Re: code to phantom spacing

This WebDNA talk-list message is from

2001


It keeps the original formatting.
numero = 36683
interpreted = N
texte = Jon Robinson wrote: > > > > > >FYI- The db was again hit and blanks added. I often leave a db open as I > > >work and can watch it be updated, and this one is being updated. > > There ends > > >up being two records with blanks in each field. > > > > The blanks won't be a problem, they are simply ignored. > > > > > > >After your comment that it might be a db problem, I got to thinking, the > > >same might be true about includes. I know it's not quite the same, but it > > >turns out that an include I'm using to check alphanumerics for > > each of the > > >many fields in my form is somehow producing the majority of the garbage. > > > > There must be a character in it other than a cr or a lf then, because > > my solution eliminates all the cr's and lf's. > > > > You've never posted the source from your browser after running my > > solution, so I don't have any actual text to look at to see what > > characters are causing the problem. Please post the resulting source > > HTML after running my solution so I can check it, thanks. > > Ken, > > If by the code I get when I view source after running the code, here is is. > I actually posted these in several previous messages, so I have not been > ignoring you request. Maybe you are refering to something else though. > > source code from browser after running your solution: > http://www.chakra5.net/client/jon/webcat/trouble1.html > http://www.chakra5.net/client/jon/webcat/trouble2.html > http://www.chakra5.net/client/jon/webcat/trouble3.htmlThese are all 404's> > database after the same: > http://www.chakra5.net/client/jon/webcat/noReturns1.db > http://www.chakra5.net/client/jon/webcat/noReturns2.db > http://www.chakra5.net/client/jon/webcat/noReturns3.dbThese are all worthless, since we cannot see any characters outside of what a browser will handle (and then it will interpret them as it sees fit).> > string check loop that is exaserbating the issue: > http://www.chakra5.net/client/jon/webcat/string_check.inc > This is just plain ugly. I don't have time to decode what you are trying to do, but for a start, if you are doing math on a variable, then it needs to be a math variable, right??? Wrapping [text] around [math] is just pure wrong; there is no good way to say it. Change all of your variables to [math] except [all_chars_are_legal] which is a logical and can be stored as text.I have no idea what you intend the [convertchars] to do; I am assuming you are trying to suppress all of the returns generated by that text. You should forget about doing anything about extra returns until your inside code works, which I doubt it does now.John-- John Peacock Director of Information Research and Technology Rowman & Littlefield Publishing Group 4720 Boston Way Lanham, MD 20706 301-459-3366 x.5010 fax 301-429-5747------------------------------------------------------------- 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://search.smithmicro.com/ Associated Messages, from the most recent to the oldest:

    
  1. Re: code to phantom spacing (Glenn Busbin 2001)
  2. Re: code to phantom spacing (Jon Robinson 2001)
  3. Re: code to phantom spacing (Jon Robinson 2001)
  4. Re: code to phantom spacing (Kenneth Grome 2001)
  5. Re: code to phantom spacing (Kenneth Grome 2001)
  6. Re: code to phantom spacing (Jon Robinson 2001)
  7. Re: code to phantom spacing (Brian Fries 2001)
  8. Re: code to phantom spacing (John Peacock 2001)
  9. Re: code to phantom spacing (Jon Robinson 2001)
  10. Re: code to phantom spacing (Jon Robinson 2001)
  11. Re: Was Re: code to phantom spacing -- now BBEdit [!][/!] (Paolo Coppo 2001)
  12. Re: Was Re: code to phantom spacing -- now BBEdit [!][/!] (John Peacock 2001)
  13. Re: Was Re: code to phantom spacing -- now BBEdit [!][/!] (dale 2001)
  14. Was Re: code to phantom spacing -- now BBEdit [!][/!] (Christopher Mackay 2001)
  15. Re: code to phantom spacing (John Peacock 2001)
  16. Re: code to phantom spacing (Samuel Renkert 2001)
  17. Re: code to phantom spacing (Kenneth Grome 2001)
  18. Re: code to phantom spacing (Jon Robinson 2001)
  19. Re: code to phantom spacing (Kenneth Grome 2001)
  20. Re: code to phantom spacing (Jon Robinson 2001)
  21. Re: code to phantom spacing (Jon Robinson 2001)
  22. Re: code to phantom spacing (Jon Robinson 2001)
  23. Re: code to phantom spacing (Kenneth Grome 2001)
  24. Re: code to phantom spacing (Glenn Busbin 2001)
  25. Re: code to phantom spacing (Jon Robinson 2001)
  26. Re: code to phantom spacing (Kenneth Grome 2001)
  27. Re: code to phantom spacing (John Peacock 2001)
  28. Re: code to phantom spacing (Kenneth Grome 2001)
  29. code to phantom spacing (Jon Robinson 2001)
Jon Robinson wrote: > > > > > >FYI- The db was again hit and blanks added. I often leave a db open as I > > >work and can watch it be updated, and this one is being updated. > > There ends > > >up being two records with blanks in each field. > > > > The blanks won't be a problem, they are simply ignored. > > > > > > >After your comment that it might be a db problem, I got to thinking, the > > >same might be true about includes. I know it's not quite the same, but it > > >turns out that an include I'm using to check alphanumerics for > > each of the > > >many fields in my form is somehow producing the majority of the garbage. > > > > There must be a character in it other than a cr or a lf then, because > > my solution eliminates all the cr's and lf's. > > > > You've never posted the source from your browser after running my > > solution, so I don't have any actual text to look at to see what > > characters are causing the problem. Please post the resulting source > > HTML after running my solution so I can check it, thanks. > > Ken, > > If by the code I get when I view source after running the code, here is is. > I actually posted these in several previous messages, so I have not been > ignoring you request. Maybe you are refering to something else though. > > source code from browser after running your solution: > http://www.chakra5.net/client/jon/webcat/trouble1.html > http://www.chakra5.net/client/jon/webcat/trouble2.html > http://www.chakra5.net/client/jon/webcat/trouble3.htmlThese are all 404's> > database after the same: > http://www.chakra5.net/client/jon/webcat/noReturns1.db > http://www.chakra5.net/client/jon/webcat/noReturns2.db > http://www.chakra5.net/client/jon/webcat/noReturns3.dbThese are all worthless, since we cannot see any characters outside of what a browser will handle (and then it will interpret them as it sees fit).> > string check loop that is exaserbating the issue: > http://www.chakra5.net/client/jon/webcat/string_check.inc > This is just plain ugly. I don't have time to decode what you are trying to do, but for a start, if you are doing math on a variable, then it needs to be a math variable, right??? Wrapping [text] around [math] is just pure wrong; there is no good way to say it. Change all of your variables to [math] except [all_chars_are_legal] which is a logical and can be stored as text.I have no idea what you intend the [convertchars] to do; I am assuming you are trying to suppress all of the returns generated by that text. You should forget about doing anything about extra returns until your inside code works, which I doubt it does now.John-- John Peacock Director of Information Research and Technology Rowman & Littlefield Publishing Group 4720 Boston Way Lanham, MD 20706 301-459-3366 x.5010 fax 301-429-5747------------------------------------------------------------- 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://search.smithmicro.com/ John Peacock

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:

Problems with [Applescript] (1997) BUG NOTICE: (2003) [shownext max=?] armed (1997) PSC recommends what date format yr 2000??? (1997) Re:WebCatalog/WebMerchant III (1998) How much is too much? I can never remember the answer. (2002) Root Folder problems cont. (1998) Software & Sites (1998) AW: AW: Credit card processing - UK (1997) Adding content advice needed (1998) Where is f2? (1997) 2.0 Info (1997) ASP and Web DNA (1998) FW: WebDNA-Talk searchable? (1997) Multiple adding (1997) WebCat cannot handle compatible search parameters? (1997) AD Error Msg (1997) removing commas from a preformatted number (2000) shipcost (1997) Need some assistance. (1999)