Re: [showif] not working

This WebDNA talk-list message is from

2003


It keeps the original formatting.
numero = 52529
interpreted = N
texte = Re-read glenns original post. ;-) (and then look at your code again.) Donovan Art Vargas wrote: > Kenteh: I have try debugging first, which is why I am posting in the list. > > I did mention in the original post that I had tested the values I was > getting back, and they seemed ok. > > Here is the code I am having problems. > > [search db=location.db&neskudatarq=[blank]&zipsumm=T&distancetype=number] > [founditems] > > [!]------------------------------------------------------------------ > [zip] from search > [v2] variable passed from form > this portion of the code returns a distance value, I am not sure if is a > text or a number variable > ---------------------------------------------------------------------[/!] > [text]myzipcode1=[zip][/text] > [text]myzipcode2=[v2][/text] > > [text]mydistance1= > [!]calculatedist.inc takes to values myzipcode1 and myzipcode2 and outputs a > distance[/!] > [search db=zips.db&eqzipcodedatarq=[myzipcode1]] > [founditems] > [text]latitude1=[latitude][/text] > [text]longitude1=[longitude][/text] > [/founditems] > [/search] > [search db=zips.db&eqzipcodedatarq=[myzipcode2]] > [founditems] > [text]latitude2=[latitude][/text] > [text]longitude2=[longitude][/text] > [/founditems] > [/search] > [Format > .2f][math]3963.0*acos(sin(([latitude1]/57.3))*sin(([Latitude2]/57.3))+cos(([ > latitude1]/57.3))*cos(([Latitude2]/57.3))*cos([Longitude2]/57.3 - > [longitude1]/57.3))[/math][/format] > [/text] > > [!]-------------------------------------------------- > [distance] from search > [mydistance] from [text] avobe > ---------------------------------------------------[/!] > > [showif [mydistance]<[distance]] > It works!!!! > [/showif] > > [!]used to view values[/!] > ([mydistance1]<[distance]) > > [/founditems] > [/search] > > _\\///_ > (' o-o ') > _______ooOo_( )oOoo__________ > Arturo Vargas > Programmer/System Integration > The Sports Section > (818) 998-6200 > Art@SportsSection.com > ________________Oooo_________ > oooO ( ) > ( ) \ / > \ / (_/ > \_) > > > ------------------------------------------------------------- > 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/ > -- =o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o DONOVAN D. BROOKE Eucalyptus Design Developer / Consultant <-Web Development (specializing in eCommerce), -> <-Graphic Design, and Pre-Press Consultation -> ADDRESS:> Donovan Brooke DBA Eucalyptus Design P.O. Box 260153 Madison, WI 53726-0153 PH:> 1.608.592.3567 email:> dbrooke@euca.us Web:> http://www.euca.us =o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o ------------------------------------------------------------- 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: [showif] not working ( "Gary Krockover" 2003)
  2. Re: [showif] not working ( Art Vargas 2003)
  3. Re: [showif] not working ( "Gary Krockover" 2003)
  4. Re: [showif] not working ( Donovan 2003)
  5. Re: [showif] not working ( Art Vargas 2003)
  6. Re: [showif] not working ( Kenneth Grome 2003)
  7. Re: [showif] not working ( Glenn Busbin 2003)
  8. Re: [showif] not working ( Art Vargas 2003)
  9. Re: [showif] not working ( Rob Marquardt 2003)
  10. Re: [showif] not working ( Glenn Busbin 2003)
  11. Re: [showif] not working ( Art Vargas 2003)
  12. Re: [showif] not working ( Donovan 2003)
  13. Re: [showif] not working ( Art Vargas 2003)
  14. Re: [showif] not working ( Rob Marquardt 2003)
  15. Re: [showif] not working ( Glenn Busbin 2003)
  16. Re: [showif] not working ( devaulw@onebox.com 2003)
  17. [showif] not working ( Art Vargas 2003)
Re-read glenns original post. ;-) (and then look at your code again.) Donovan Art Vargas wrote: > Kenteh: I have try debugging first, which is why I am posting in the list. > > I did mention in the original post that I had tested the values I was > getting back, and they seemed ok. > > Here is the code I am having problems. > > [search db=location.db&neskudatarq=[blank]&zipsumm=T&distancetype=number] > [founditems] > > [!]------------------------------------------------------------------ > [zip] from search > [v2] variable passed from form > this portion of the code returns a distance value, I am not sure if is a > text or a number variable > ---------------------------------------------------------------------[/!] > [text]myzipcode1=[zip][/text] > [text]myzipcode2=[v2][/text] > > [text]mydistance1= > [!]calculatedist.inc takes to values myzipcode1 and myzipcode2 and outputs a > distance[/!] > [search db=zips.db&eqzipcodedatarq=[myzipcode1]] > [founditems] > [text]latitude1=[latitude][/text] > [text]longitude1=[longitude][/text] > [/founditems] > [/search] > [search db=zips.db&eqzipcodedatarq=[myzipcode2]] > [founditems] > [text]latitude2=[latitude][/text] > [text]longitude2=[longitude][/text] > [/founditems] > [/search] > [Format > .2f][math]3963.0*acos(sin(([latitude1]/57.3))*sin(([Latitude2]/57.3))+cos(([ > latitude1]/57.3))*cos(([Latitude2]/57.3))*cos([Longitude2]/57.3 - > [longitude1]/57.3))[/math][/format] > [/text] > > [!]-------------------------------------------------- > [distance] from search > [mydistance] from [text] avobe > ---------------------------------------------------[/!] > > [showif [mydistance]<[distance]] > It works!!!! > [/showif] > > [!]used to view values[/!] > ([mydistance1]<[distance]) > > [/founditems] > [/search] > > _\\///_ > (' o-o ') > _______ooOo_( )oOoo__________ > Arturo Vargas > Programmer/System Integration > The Sports Section > (818) 998-6200 > Art@SportsSection.com > ________________Oooo_________ > oooO ( ) > ( ) \ / > \ / (_/ > \_) > > > ------------------------------------------------------------- > 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/ > -- =o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o DONOVAN D. BROOKE Eucalyptus Design Developer / Consultant <-Web Development (specializing in eCommerce), -> <-Graphic Design, and Pre-Press Consultation -> ADDRESS:> Donovan Brooke DBA Eucalyptus Design P.O. Box 260153 Madison, WI 53726-0153 PH:> 1.608.592.3567 email:> dbrooke@euca.us Web:> http://www.euca.us =o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o ------------------------------------------------------------- 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/ Donovan

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:

Unsibscribe Was: UPS uber integration (2007) WCS Newbie question (1997) problems with WebCat-Plugin (1997) Help name our technology! (1997) Multiple catalog databases and showcart (1997) Database Path (1998) Fed Ex Rate Charts (2003) PIXO (1997) Format of Required fields error message (1997) Our Webcat site launched (1997) WebCat2 - [format thousands] (1997) [WebDNA] HTML [sendmail] revisited (2009) ShowIf variables (1997) WebCat2b14MacPlugIn - [include] doesn't hide the search string (1997) form data submission gets truncated (1997) RE: Displaying Location (1997) How big can WebCat go? (1999) TcpConnect get files on ver. 5.x FIXED FIXED FIXED (2004) PCS Frames (1997) OR in Showifs (Was: Secure Web Server) (1999)