Re: hideif/showif causes error if wrapped around searches

This WebDNA talk-list message is from

2003


It keeps the original formatting.
numero = 52889
interpreted = N
texte = But isn't his original problem that he sometimes wants a search and sometimes doesn't? Your answer allows for different search critera but does not accommodate having *no* search. -Chris -----Original Message----- From: WebDna @ [mailto:webdna@inkblotmedia.com] Sent: Monday, September 15, 2003 10:07 AM To: WebDNA-Talk@talk.smithmicro.com Subject: Re: hideif/showif causes error if wrapped around searches 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/ ------------------------------------------------------------- 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)
But isn't his original problem that he sometimes wants a search and sometimes doesn't? Your answer allows for different search critera but does not accommodate having *no* search. -Chris -----Original Message----- From: WebDna @ [mailto:webdna@inkblotmedia.com] Sent: Monday, September 15, 2003 10:07 AM To: WebDNA-Talk@talk.smithmicro.com Subject: Re: hideif/showif causes error if wrapped around searches 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/ ------------------------------------------------------------- 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/ Chris List Recipient

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:

Single Link browsing (1997) carriage returns in data (1997) WebCat2b12 CGI Mac - [shownext] problem (1997) No Data Results (1997) HELP WITH DATES (1997) Big Databases (1997) taxTotal, grandTotal (1997) PCS Frames (1997) 2.0 Info (1997) OR-searching (2000) Anyone trying the Dreamweaver Extensions? (2000) Banner DNA (1997) [WebDNA] Error 500 with SUMM=T (2017) HELP WITH DATES (1997) Paging a SQL result... (2003) Tab Charactor (1997) Lambada for Macintosh is Here! (1996) search vs lookup (1998) Expected Behavior? (1999) setting cookies then redirecting? (1998)