I've done many macros in Excel and Word, but this is my first attempt at automating a PowerPoint show.
I tried using CheckBoxes, and OptionButtons as Controls for the user to record their selection to multiple choice and T/F questions, respectively.
Every variation of code I have tried to...
Greetings, Dinky --
Your project sounds very similar to one I have tackled.... Adn I'm stymied at a different level.
I've done many macros in Excel and Word, but this is my first attempt at automating a PowerPoint show.
I tried using CheckBoxes, and OptionButtons as Controls for the user to...
No problem, where shall I send it? I looked on your page and I didn't see an e-mail address.
Its actually not that much code, 3 files really index, vars, and lib are what make it run.
Okay, I've tried and now I am getting a parse error? I've pasted the code below.
Also, I noticed that you changed displayProd()to echo "".
Is this necessary? I use this function to display the results of each product. It is in lib.php (see the call for it in the code above) The code...
Thanks again for the help :). It looks a lot cleaner and reads easier with curly brackets.
But, I am still a little lost. I'm not getting a parse error anymore but it is not displaying the products when I select a category. By default it used to display all products but it doesn't display...
Thanks!! It makes sense, but now I'm getting a parse error on line 158 where endwhile; is. I don't get it?
<? include("vars.php"); ?>
<? include("lib.php"); ?>
<html>
<head>
<title><? echo "$title"; ?></title>
</head>
<? style(); ?>
<body>
<? if...
I'm a newbie and I can't figure out how to sort this array. My array is a text file (dbase.txt) setup like this:
category|name|type|id|options|price|..|..|..|..|..|..
I have tokenized each element of the array and have it so it lists by category ($categ). But now I want to sort the $name...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.