Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by CONphuzed

  1. CONphuzed

    Reading ActiveX Controls in Powerpoint with VBA macro

    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...
  2. CONphuzed

    making a simple quiz in powerpoint

    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...
  3. CONphuzed

    sorting a pipe delim array?

    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.
  4. CONphuzed

    sorting a pipe delim array?

    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...
  5. CONphuzed

    sorting a pipe delim array?

    Thanks!!! I'll try it today. I really appreciate your help :) Its confusing to work out all this stuff as a beginner.
  6. CONphuzed

    sorting a pipe delim array?

    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...
  7. CONphuzed

    sorting a pipe delim array?

    Thanks!! It makes sense, but now I'm getting a parse error on line 158 where endwhile; is. I don't get it? <? include(&quot;vars.php&quot;); ?> <? include(&quot;lib.php&quot;); ?> <html> <head> <title><? echo &quot;$title&quot;; ?></title> </head> <? style(); ?> <body> <? if...
  8. CONphuzed

    sorting a pipe delim array?

    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...

Part and Inventory Search

Back
Top