Re: YACBQ.....(Yet another checkbox question)

This WebDNA talk-list message is from

2000


It keeps the original formatting.
numero = 35845
interpreted = N
texte = It's a big deal to me ;)The problem is, that the unchecked formvariables' names are not returned to the page in the case of a form that whose action is the page it's on. In my case, I have an admin template that has checkboxes for such things as shipped, approved and backordered.The only viable solution I've been offered is to first write ALL the formvariables as false, after which the checked true formvariables will overwrite them.The way my admin template works is that it only displays orders that either haven't been shipped or have backorders attached to them. So, we periodically refresh the screen to see if new orders have arrived. Very simple. The problem is, the above solution, rewrites everything to false, and we have to go about rechecking all the checkboxes. It's a pain.Now I know I could rewrite this to use a pulldown instead of a checkbox and problem solved, and I'm not complaining mind you, but I'm afraid the solution's not as simple as you suggest... -- Will Starck Product and Technical Support NovaDerm.com http://www.novaderm.com techs@novaderm.com Toll free support line: 800-378-1740> From: Rob Marquardt > Reply-To: (WebCatalog Talk) > Date: Mon, 7 Aug 2000 14:57:28 > To: (WebCatalog Talk) > Subject: Re: YACBQ.....(Yet another checkbox question) > > On 8/7/00 2:45 pm, Bob Sneidar so noted... > >> Is it just me, or does anyone else think it absurd to jump through hoops to >> find out if a checkbox is not checked? If it is an object, then it should >> have a value assigned to it, in the case of a checkbox either T or F. NULL >> is NEVER a good value. This really needs to be addressed. I am definitely >> going to stay away from checkboxes until it is. > > It's more of an HTML issue, and since the behavior of checkboxes has been > set for years, I don't see it changing any time soon. > > I guess I'm not seeing what the big deal is. If a checkbox variable > equals its value it's checked, if it doesn't it's not -- seems easy > enough to track : ) > > Rob Marquardt > Designer/Resident Wirehead > Toast Design > > 800 Washington Avenue North > Minneapolis MN 55401 > 612.330.9863 v > 612.321.9424 f > www.toastdesign.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://search.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://search.smithmicro.com/ Associated Messages, from the most recent to the oldest:

    
  1. Re: YACBQ.....(Yet another checkbox question) (John Butler 2000)
  2. Re: YACBQ.....(Yet another checkbox question) (Rob Marquardt 2000)
  3. Re: YACBQ.....(Yet another checkbox question) (Bob Sneidar 2000)
  4. Re: YACBQ.....(Yet another checkbox question) (Peter Ostry 2000)
  5. Re: YACBQ.....(Yet another checkbox question) (Bob Sneidar 2000)
  6. Re: YACBQ.....(Yet another checkbox question) (John Peacock 2000)
  7. Re: YACBQ.....(Yet another checkbox question) (Bob Sneidar 2000)
  8. Re: YACBQ.....(Yet another checkbox question) (Joseph D'Andrea 2000)
  9. Re: YACBQ.....(Yet another checkbox question) (Kenneth Grome 2000)
  10. Re: YACBQ.....(Yet another checkbox question) (Joseph D'Andrea 2000)
  11. Re: YACBQ.....(Yet another checkbox question) (Peter Ostry 2000)
  12. Re: YACBQ.....(Yet another checkbox question) (Will Starck 2000)
  13. Re: YACBQ.....(Yet another checkbox question) (WebDNA Support 2000)
  14. Re: YACBQ.....(Yet another checkbox question) (Bob Minor 2000)
  15. Re: YACBQ.....(Yet another checkbox question) (John Peacock 2000)
  16. Re: YACBQ.....(Yet another checkbox question) (Paul Fowler 2000)
  17. Re: YACBQ.....(Yet another checkbox question) (Rob Marquardt 2000)
  18. Re: YACBQ.....(Yet another checkbox question) (Bob Sneidar 2000)
  19. Re: YACBQ.....(Yet another checkbox question) (Kenneth Grome 2000)
  20. Re: YACBQ.....(Yet another checkbox question) (Peter Ostry 2000)
  21. Re: YACBQ.....(Yet another checkbox question) (Aaron Lynch 2000)
  22. Re: YACBQ.....(Yet another checkbox question) (Peter Ostry 2000)
  23. Re: YACBQ.....(Yet another checkbox question) (Britt T. 2000)
  24. Re: YACBQ.....(Yet another checkbox question) (John Butler 2000)
  25. Re: YACBQ.....(Yet another checkbox question) (Anup Setty 2000)
  26. Re: YACBQ.....(Yet another checkbox question) (Kim Ingram 2000)
  27. Re: YACBQ.....(Yet another checkbox question) (Will Starck 2000)
  28. Re: YACBQ.....(Yet another checkbox question) (Peter Ostry 2000)
  29. Re: YACBQ.....(Yet another checkbox question) (Aaron Lynch 2000)
  30. Re: YACBQ.....(Yet another checkbox question) (Peter Ostry 2000)
  31. Re: YACBQ.....(Yet another checkbox question) (Kenneth Grome 2000)
  32. Re: YACBQ.....(Yet another checkbox question) (Aaron Lynch 2000)
  33. Re: YACBQ.....(Yet another checkbox question) (Bob Sneidar 2000)
  34. YACBQ.....(Yet another checkbox question) (Will Starck 2000)
It's a big deal to me ;)The problem is, that the unchecked formvariables' names are not returned to the page in the case of a form that whose action is the page it's on. In my case, I have an admin template that has checkboxes for such things as shipped, approved and backordered.The only viable solution I've been offered is to first write ALL the formvariables as false, after which the checked true formvariables will overwrite them.The way my admin template works is that it only displays orders that either haven't been shipped or have backorders attached to them. So, we periodically refresh the screen to see if new orders have arrived. Very simple. The problem is, the above solution, rewrites everything to false, and we have to go about rechecking all the checkboxes. It's a pain.Now I know I could rewrite this to use a pulldown instead of a checkbox and problem solved, and I'm not complaining mind you, but I'm afraid the solution's not as simple as you suggest... -- Will Starck Product and Technical Support NovaDerm.com http://www.novaderm.com techs@novaderm.com Toll free support line: 800-378-1740> From: Rob Marquardt > Reply-To: (WebCatalog Talk) > Date: Mon, 7 Aug 2000 14:57:28 > To: (WebCatalog Talk) > Subject: Re: YACBQ.....(Yet another checkbox question) > > On 8/7/00 2:45 pm, Bob Sneidar so noted... > >> Is it just me, or does anyone else think it absurd to jump through hoops to >> find out if a checkbox is not checked? If it is an object, then it should >> have a value assigned to it, in the case of a checkbox either T or F. NULL >> is NEVER a good value. This really needs to be addressed. I am definitely >> going to stay away from checkboxes until it is. > > It's more of an HTML issue, and since the behavior of checkboxes has been > set for years, I don't see it changing any time soon. > > I guess I'm not seeing what the big deal is. If a checkbox variable > equals its value it's checked, if it doesn't it's not -- seems easy > enough to track : ) > > Rob Marquardt > Designer/Resident Wirehead > Toast Design > > 800 Washington Avenue North > Minneapolis MN 55401 > 612.330.9863 v > 612.321.9424 f > www.toastdesign.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://search.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://search.smithmicro.com/ Will Starck

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:

Still Stumped on ShowNext...HELP! (1997) WebCat editing, SiteGuard WAS:SiteAssociative lookup style? (1997) WriteFile (2000) math on date? (1997) Ok here is a question? (1997) Stopping bad HTML propagation ? (1997) Replace Statement (1997) Replace Statement (1997) Calculating Age from DB fields (2003) DON'T use old cart file! (1997) Help name our technology! (1997) WCS Newbie question (1997) HELP! Search finding too much! (1998) two of the same named db's open at once (1998) WebTV (1998) Email and name capture (1999) Roundup function? (1997) WC2b15 - [HTMLx]...[/HTMLx] problems SOLVED! (1997) Problems with large number of items in a cart. (1998) unclear on a simple [cart] ? (1998)