Re: hideif/showif causes error if wrapped around searches

This WebDNA talk-list message is from

2003


It keeps the original formatting.
numero = 52888
interpreted = N
texte = This does not solve having to maintain multiple search context and will have repetative code. That is why in my example I used a formvariables loop to feed it search criteria and a showif/hideif style to show the sort features. By adding the sortdir and sorttype to th shownext links you will not lose your sort. Alternately you could use the variable approach to search [text]string=search criteria[/text] [search [string]] This would allow you to pass any value you want to the search including Database. This in conjuntion with either a cookie or the cart can allow you to remember searchs and what page they were on etc. ----- Original Message ----- From: "Chris List Recipient" To: "WebDNA Talk" Sent: Monday, September 15, 2003 9:41 AM Subject: Re: hideif/showif causes error if wrapped around searches > Gary, > > I vote using an INCLUDE... > > [showif [hidesearch]=T] > [include something_else_filename] > [/showif] > [hideif [hidesearch]=T] (and it does) > [search db=...] > [founditems] > [include something_else_filename] > [/founditems] > [/search] > [/hideif] > > -Chris > > -----Original Message----- > From: Gary Krockover [mailto:gary@garykrockover.com] > Sent: Friday, September 12, 2003 9:20 PM > To: WebDNA-Talk@talk.smithmicro.com > Subject: hideif/showif causes error if wrapped around searches > > > I know I'll never find this answer in the archives and I don't recall it > even coming up before but I'm sure others have noticed this behavior. > > If you wrap a hideif or a showif around a [search] and it's closing > [/search], you'll get an error about the nesting of the tags hideif/showif > and /search. Por que? > > Example: > > [hideif [hidesearch]=T] (and it does) > [search db=...] > [founditems] > [/hideif] > Something else > [hideif [hidesearch]=T] > [/founditems] > [/search] > [/hideif] > > What am I trying to do? Add a sort for a page without having to make two > pages with different searches on each. So a form post, with the search and > a hidden field of hidesearch=T. The page is the home page, so when it is > first hit I want the search performed automatically and sorted one way, user > can click a button to sort it the other way, hiding the original search and > using the one in the form. > > What's the preferred method here? > > Thanks, > GK > > > ------------------------------------------------------------- > 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 > > Web Archive of this list is at: http://webdna.smithmicro.com/ > > ------------------------------------------------------------- > 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 > Web Archive of this list is at: http://webdna.smithmicro.com/ ------------------------------------------------------------- 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 Web Archive of this list is at: http://webdna.smithmicro.com/ Associated Messages, from the most recent to the oldest:

    
  1. Re: hideif/showif causes error if wrapped around searches ( "WebDna @" 2003)
  2. Re: hideif/showif causes error if wrapped around searches ( Chris List Recipient 2003)
  3. Re: hideif/showif causes error if wrapped around searches ( "WebDna @" 2003)
  4. Re: hideif/showif causes error if wrapped around searches ( Chris List Recipient 2003)
  5. Re: hideif/showif causes error if wrapped around searches ( "Scott Anderson" 2003)
  6. Re: hideif/showif causes error if wrapped around searches ( Terry Wilson 2003)
  7. Re: hideif/showif causes error if wrapped around searches ( "Gary Krockover" 2003)
  8. Re: hideif/showif causes error if wrapped around searches ( Matthew A Perosi 2003)
  9. Re: hideif/showif causes error if wrapped around searches ( "Gary Krockover" 2003)
  10. Re: hideif/showif causes error if wrapped around searches ( "WebDna @" 2003)
  11. Re: hideif/showif causes error if wrapped around searches ( "Gary Krockover" 2003)
  12. Re: hideif/showif causes error if wrapped around searches ( "WebDna @" 2003)
  13. Re: hideif/showif causes error if wrapped around searches ( "Dan Strong" 2003)
  14. Re: hideif/showif causes error if wrapped around searches ( "Dan Strong" 2003)
  15. Re: hideif/showif causes error if wrapped around searches ( "WebDna @" 2003)
  16. Re: hideif/showif causes error if wrapped around searches ( "Gary Krockover" 2003)
  17. Re: hideif/showif causes error if wrapped around searches ( Terry Wilson 2003)
  18. hideif/showif causes error if wrapped around searches ( "Gary Krockover" 2003)
This does not solve having to maintain multiple search context and will have repetative code. That is why in my example I used a formvariables loop to feed it search criteria and a showif/hideif style to show the sort features. By adding the sortdir and sorttype to th shownext links you will not lose your sort. Alternately you could use the variable approach to search [text]string=search criteria[/text] [search [string]] This would allow you to pass any value you want to the search including Database. This in conjuntion with either a cookie or the cart can allow you to remember searchs and what page they were on etc. ----- Original Message ----- From: "Chris List Recipient" To: "WebDNA Talk" Sent: Monday, September 15, 2003 9:41 AM Subject: Re: hideif/showif causes error if wrapped around searches > Gary, > > I vote using an INCLUDE... > > [showif [hidesearch]=T] > [include something_else_filename] > [/showif] > [hideif [hidesearch]=T] (and it does) > [search db=...] > [founditems] > [include something_else_filename] > [/founditems] > [/search] > [/hideif] > > -Chris > > -----Original Message----- > From: Gary Krockover [mailto:gary@garykrockover.com] > Sent: Friday, September 12, 2003 9:20 PM > To: WebDNA-Talk@talk.smithmicro.com > Subject: hideif/showif causes error if wrapped around searches > > > I know I'll never find this answer in the archives and I don't recall it > even coming up before but I'm sure others have noticed this behavior. > > If you wrap a hideif or a showif around a [search] and it's closing > [/search], you'll get an error about the nesting of the tags hideif/showif > and /search. Por que? > > Example: > > [hideif [hidesearch]=T] (and it does) > [search db=...] > [founditems] > [/hideif] > Something else > [hideif [hidesearch]=T] > [/founditems] > [/search] > [/hideif] > > What am I trying to do? Add a sort for a page without having to make two > pages with different searches on each. So a form post, with the search and > a hidden field of hidesearch=T. The page is the home page, so when it is > first hit I want the search performed automatically and sorted one way, user > can click a button to sort it the other way, hiding the original search and > using the one in the form. > > What's the preferred method here? > > Thanks, > GK > > > ------------------------------------------------------------- > 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 > > Web Archive of this list is at: http://webdna.smithmicro.com/ > > ------------------------------------------------------------- > 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 > Web Archive of this list is at: http://webdna.smithmicro.com/ ------------------------------------------------------------- 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 Web Archive of this list is at: http://webdna.smithmicro.com/ "WebDna @"

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:

Random sort is not random at all..... (2000) Smith Micro - no competition (2000) PCS Frames (1997) [WebDNA] PCI fubar (2012) WebCatalog NT beta 18 now available (1997) Date Formats (1997) HELP WITH DATES (1997) Up and running ... at last !! (1997) WebCatalog 2.0 & WebDNA docs in HTML ... (1997) NT Manual (1997) Automating a Post Method (2000) Test, please ignore (2003) FORMS: Returning a specific page (1997) Encrypted items in DB (2001) Euro WebDNA Conference (2004) RE: Explorer oddities (1997) Separate SSL Server (1997) WebCat2b12 Mac.acgi--[searchstring] bug (1997) WebCat2b15MacPlugin - [protect] (1997) Email (1998)