Re: Pull Down Search

This WebDNA talk-list message is from

2000


It keeps the original formatting.
numero = 28753
interpreted = N
texte = I did include everything for the FV page but I forgot to put [Include ^FV] at the top of result.tpl page. I assume it goes under the . I also tried the code below but I still returned to the page I'm on when I click GO. ---------- >From: John Butler >To: (WebCatalog Talk) >Subject: Re: Pull Down Search >Date: Thu, Mar 9, 2000, 11:59 AM >> I don't know if this matters for sure but perhaps move the submit to a > position after > the select menu: > >
> [search db=Briggs.db&neSKUdatarq=find_all&asSKUsort=1] > > [/search] > >
> > did you really use the ONLY the code you show below for that include? You > are missing > the opening part of the context. > should be- > [formvariables] > [name]=[value]
> [/formvariables] > > just leave it alone as is. Have you read the page in the docs that explains that > webcat context called [formvariables]? > the purpose of it is (among other things) to let you see what all variables > you have > coming into the page. If something is not working it might be because you are not > properly passing the variables you think you are. This will help you > determine that. > The [name] in the [formvariables] will be replaced with the name of the variable(s) > coming in. > > When you say it doesn't work what exactly isn't working? You mean you see that the > select menu is passing properly (Search=sku#) but that product is not > listing on your > result.tpl? If so then post the [search] you are using on the result.tpl > > -John > > Eric palhof wrote: > >> Gentlemen, >> >> I created the FV file and put it in the Globals folder on the server as >> followed: >> [name]=[value]
>> [/formvariables] >> >> Should I change the [name] to be the field I'm searching on or leave it >> alone as is? Can I salvage any of the code below or trash it? I'm able to >> get the pull downs to show all the Items. It still doesn't work. Please use >> actual naming so I understand what's happening. Example: Does [name] mean >> [name] or the actual field name. >> >>
>> [search db=Briggs.db&neSKUdatarq=find_all&asSKUsort=1] >> >> [foundItems] >>
>> > > > ------------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Associated Messages, from the most recent to the oldest:

    
  1. Re: Pull Down Search (Bob Minor 2000)
  2. Re: Pull Down Search (Kenneth Grome 2000)
  3. Re: Pull Down Search (Kenneth Grome 2000)
  4. Re: Pull Down Search (Bob Minor 2000)
  5. Re: Pull Down Search (John Butler 2000)
  6. Re: Pull Down Search (Rob Marquardt 2000)
  7. Re: Pull Down Search (Clint Davis 2000)
  8. Re: Pull Down Search (Eric palhof 2000)
  9. Re: Pull Down Search (Kenneth Grome 2000)
  10. Re: Pull Down Search (Isaac Vega 2000)
  11. Pull Down Search (Eric palhof 2000)
  12. Re: Pull Down Search (Mike Davis 2000)
  13. Re[2]: Pull Down Search (jpeacock@univpress.com 2000)
  14. Re: Pull Down Search (Eric palhof 2000)
  15. Re: Pull Down Search (Clint Davis 2000)
  16. Re: Pull Down Search (Bob Minor 2000)
  17. Re: Pull Down Search (Eric palhof 2000)
  18. Re: Pull Down Search (Kenneth Grome 2000)
  19. Re: Pull Down Search (WebDNA Support 2000)
  20. Re: Pull Down Search (Kenneth Grome 2000)
  21. Re: Pull Down Search (The Mooseman 2000)
  22. Re: Pull Down Search (Eric palhof 2000)
  23. Re: Pull Down Search (The Mooseman 2000)
  24. Re: Pull Down Search (Eric palhof 2000)
  25. Re: Pull Down Search (Kenneth Grome 2000)
  26. Re: Pull Down Search (Mike Davis 2000)
  27. Re: Pull Down Search (Eric palhof 2000)
  28. Re: Pull Down Search (Clint Davis 2000)
  29. Re: Pull Down Search (Eric palhof 2000)
  30. Re: Pull Down Search (John Butler 2000)
  31. Re: Pull Down Search (Michael O Shea 2000)
  32. Re: Pull Down Search (Eric palhof 2000)
  33. Re: Pull Down Search (John Butler 2000)
  34. Re: Pull Down Search (John Butler 2000)
  35. Re: Pull Down Search (Clint Davis 2000)
  36. Re: Pull Down Search (Jeff Logan 2000)
  37. Re: Pull Down Search (Michael O Shea 2000)
  38. Re: Pull Down Search (The Mooseman 2000)
  39. Re: Pull Down Search (John Butler 2000)
  40. Re: Pull Down Search (Eric palhof 2000)
  41. Pull Down Search (Eric palhof 2000)
I did include everything for the FV page but I forgot to put [Include ^FV] at the top of result.tpl page. I assume it goes under the . I also tried the code below but I still returned to the page I'm on when I click GO. ---------- >From: John Butler >To: (WebCatalog Talk) >Subject: Re: Pull Down Search >Date: Thu, Mar 9, 2000, 11:59 AM >> I don't know if this matters for sure but perhaps move the submit to a > position after > the select menu: > >
> [search db=Briggs.db&neSKUdatarq=find_all&asSKUsort=1] > > [/search] > >
> > did you really use the ONLY the code you show below for that include? You > are missing > the opening part of the context. > should be- > [formvariables] > [name]=[value]
> [/formvariables] > > just leave it alone as is. Have you read the page in the docs that explains that > webcat context called [formvariables]? > the purpose of it is (among other things) to let you see what all variables > you have > coming into the page. If something is not working it might be because you are not > properly passing the variables you think you are. This will help you > determine that. > The [name] in the [formvariables] will be replaced with the name of the variable(s) > coming in. > > When you say it doesn't work what exactly isn't working? You mean you see that the > select menu is passing properly (Search=sku#) but that product is not > listing on your > result.tpl? If so then post the [search] you are using on the result.tpl > > -John > > Eric palhof wrote: > >> Gentlemen, >> >> I created the FV file and put it in the Globals folder on the server as >> followed: >> [name]=[value]
>> [/formvariables] >> >> Should I change the [name] to be the field I'm searching on or leave it >> alone as is? Can I salvage any of the code below or trash it? I'm able to >> get the pull downs to show all the Items. It still doesn't work. Please use >> actual naming so I understand what's happening. Example: Does [name] mean >> [name] or the actual field name. >> >>
>> [search db=Briggs.db&neSKUdatarq=find_all&asSKUsort=1] >> >> [founditems] >>
>> > > > ------------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Eric palhof

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

Sort Order on a page search (1997) Requiring that certain fields be completed (1997) Revisit: speed test (2002) message forum question (2005) Emailer+NetTen [same machine]=? (2000) Fwd: Problems with Webcatalog Plug-in (1997) Nested [SEARCH] and [REPLACE] problem. (1997) same product in cart (1997) Umm...about those log files? (Off Topic) (1997) Multiple catalog databases and showcart (1997) WCS Newbie question (1997) in header include files? (1998) WebCatalog2 Feature Feedback (1996) Cold Fusion Buster (1997) IIS4 & Password Authentication, request example (1998) Configuring E-mail (1997) DD/MM/YY reseting (1999) HELP WITH DATES (1997) Re:no [search] with NT (1997) Unusual characters in the db ... (2002)