Re: [WebDNA] products.db

This WebDNA talk-list message is from

2013


It keeps the original formatting.
numero = 110243
interpreted = N
texte = My thanks to everyone for the valuable input. I will definitely try some of your suggestions in the future. Meanwhile, I was able to do some troubleshooting, and I found where my = problems were. I was using 20 checkboxes in the form. Each of my field names that was holding data for a checkbox had an extra = space at the end of the field name at the top of the .db=20 (not working) All 20 of them. The other field names that were not holding data from a checkbox did not = have this extra space in the name. (working fine) I can't explain how the extra spaces got there, or why only the 20 = checkbox fields had them. It was odd. Thanks again. Enjoy your day. sfb On Mar 12, 2013, at 12:05 AM, Stuart Tremain wrote: > or do something like this >=20 >=20 > Add a blank value in a hidden input just before the final so = that the filed is passing a value for you to check. >=20 > >=20 >=20 >=20 > On 12/03/2013, at 12:07 PM, Michael Davis wrote: >=20 >> Checkboxes. A clue then. I'm guessing this isn't a WebDNA issue but = rather an issue with form processing. Checkboxes that are not checked do = not exist in formvariables. Are you doing something like this:=20 >> [replace db=3D...]checkedvalue=3D[url][if = "[checkedvalue]"!""][then][checkedvalue][/then][else][/else][/if][/url][/r= eplace] >>=20 >> This will set a value in your db but it will never remove a value = once it's set, even if the checkbox is not selected. =20 >>=20 >> Michael Davis >> 503 704-7148 >>=20 >> On Mar 2, 2013, at 3:51 PM, Stephen Braun = wrote: >>=20 >>> Yes, I have the FLUSHDATABASES tag right in the script. >>>=20 >>> I just noticed another odd thing. >>> I can edit the text fields into the database using the [replace] = command. =20 >>> I can't edit the checkbox selections using the same replace command. >>>=20 >>> I have [url][/url] around each variable. >>> Hmmm. >>> sfb >>>=20 >>> On Mar 2, 2013, at 4:59 PM, "WJ Starck, DDS" = wrote: >>>=20 >>>> Did you flush databases before trying to change the file = permissions? >>>>=20 >>>>=20 >>>> William J. Starck, DDS >>>> Starck Oral Surgery >>>> 1850 Keller Parkway Suite 102 >>>> Keller, TX 76248 >>>> 817-431-9566 >>>> http://www.drstarck.com >>>>=20 >>>>=20 >>>> On Mar 2, 2013, at 3:45 PM, Stephen Braun = wrote: >>>>=20 >>>>> Hi All, >>>>> I have a file called products.db >>>>> Is this a 'protected' file name or something special? >>>>>=20 >>>>> I can't write data to it anymore. >>>>> Every time I check, it is CHMOD 660, so I set it to 775, but it = reverts back to 660. >>>>>=20 >>>>> Any ideas? >>>>>=20 >>>>> Thanks, >>>>> sfb >>>>>=20 >>>>>=20 >>>>>=20 >>>>>=20 >>>>> --------------------------------------------------------- >>>>> This message is sent to you because you are subscribed to >>>>> the mailing list . >>>>> To unsubscribe, E-mail to: >>>>> archives: http://mail.webdna.us/list/talk@webdna.us >>>>> Bug Reporting: support@webdna.us >>>> --------------------------------------------------------- >>>> This message is sent to you because you are subscribed to >>>> the mailing list . >>>> To unsubscribe, E-mail to: >>>> archives: http://mail.webdna.us/list/talk@webdna.us >>>> Bug Reporting: support@webdna.us >>>=20 >>> --------------------------------------------------------- >>> This message is sent to you because you are subscribed to >>> the mailing list . >>> To unsubscribe, E-mail to: >>> archives: http://mail.webdna.us/list/talk@webdna.us >>> Bug Reporting: support@webdna.us >> --------------------------------------------------------- >> This message is sent to you because you are subscribed to >> the mailing list . >> To unsubscribe, E-mail to: >> archives: http://mail.webdna.us/list/talk@webdna.us >> Bug Reporting: support@webdna.us >=20 > --------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > archives: http://mail.webdna.us/list/talk@webdna.us > Bug Reporting: support@webdna.us Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] products.db (Stephen Braun 2013)
  2. Re: [WebDNA] products.db (Stuart Tremain 2013)
  3. Re: [WebDNA] products.db (Michael Davis 2013)
  4. Re: [WebDNA] products.db (Donovan Brooke 2013)
  5. Re: [WebDNA] products.db (Stephen Braun 2013)
  6. Re: [WebDNA] products.db ("WJ Starck, DDS" 2013)
  7. [WebDNA] products.db (Stephen Braun 2013)
My thanks to everyone for the valuable input. I will definitely try some of your suggestions in the future. Meanwhile, I was able to do some troubleshooting, and I found where my = problems were. I was using 20 checkboxes in the form. Each of my field names that was holding data for a checkbox had an extra = space at the end of the field name at the top of the .db=20 (not working) All 20 of them. The other field names that were not holding data from a checkbox did not = have this extra space in the name. (working fine) I can't explain how the extra spaces got there, or why only the 20 = checkbox fields had them. It was odd. Thanks again. Enjoy your day. sfb On Mar 12, 2013, at 12:05 AM, Stuart Tremain wrote: > or do something like this >=20 >=20 > Add a blank value in a hidden input just before the final so = that the filed is passing a value for you to check. >=20 > >=20 >=20 >=20 > On 12/03/2013, at 12:07 PM, Michael Davis wrote: >=20 >> Checkboxes. A clue then. I'm guessing this isn't a WebDNA issue but = rather an issue with form processing. Checkboxes that are not checked do = not exist in formvariables. Are you doing something like this:=20 >> [replace db=3D...]checkedvalue=3D[url][if = "[checkedvalue]"!""][then][checkedvalue][/then][else][/else][/if][/url][/r= eplace] >>=20 >> This will set a value in your db but it will never remove a value = once it's set, even if the checkbox is not selected. =20 >>=20 >> Michael Davis >> 503 704-7148 >>=20 >> On Mar 2, 2013, at 3:51 PM, Stephen Braun = wrote: >>=20 >>> Yes, I have the FLUSHDATABASES tag right in the script. >>>=20 >>> I just noticed another odd thing. >>> I can edit the text fields into the database using the [replace] = command. =20 >>> I can't edit the checkbox selections using the same replace command. >>>=20 >>> I have [url][/url] around each variable. >>> Hmmm. >>> sfb >>>=20 >>> On Mar 2, 2013, at 4:59 PM, "WJ Starck, DDS" = wrote: >>>=20 >>>> Did you flush databases before trying to change the file = permissions? >>>>=20 >>>>=20 >>>> William J. Starck, DDS >>>> Starck Oral Surgery >>>> 1850 Keller Parkway Suite 102 >>>> Keller, TX 76248 >>>> 817-431-9566 >>>> http://www.drstarck.com >>>>=20 >>>>=20 >>>> On Mar 2, 2013, at 3:45 PM, Stephen Braun = wrote: >>>>=20 >>>>> Hi All, >>>>> I have a file called products.db >>>>> Is this a 'protected' file name or something special? >>>>>=20 >>>>> I can't write data to it anymore. >>>>> Every time I check, it is CHMOD 660, so I set it to 775, but it = reverts back to 660. >>>>>=20 >>>>> Any ideas? >>>>>=20 >>>>> Thanks, >>>>> sfb >>>>>=20 >>>>>=20 >>>>>=20 >>>>>=20 >>>>> --------------------------------------------------------- >>>>> This message is sent to you because you are subscribed to >>>>> the mailing list . >>>>> To unsubscribe, E-mail to: >>>>> archives: http://mail.webdna.us/list/talk@webdna.us >>>>> Bug Reporting: support@webdna.us >>>> --------------------------------------------------------- >>>> This message is sent to you because you are subscribed to >>>> the mailing list . >>>> To unsubscribe, E-mail to: >>>> archives: http://mail.webdna.us/list/talk@webdna.us >>>> Bug Reporting: support@webdna.us >>>=20 >>> --------------------------------------------------------- >>> This message is sent to you because you are subscribed to >>> the mailing list . >>> To unsubscribe, E-mail to: >>> archives: http://mail.webdna.us/list/talk@webdna.us >>> Bug Reporting: support@webdna.us >> --------------------------------------------------------- >> This message is sent to you because you are subscribed to >> the mailing list . >> To unsubscribe, E-mail to: >> archives: http://mail.webdna.us/list/talk@webdna.us >> Bug Reporting: support@webdna.us >=20 > --------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > archives: http://mail.webdna.us/list/talk@webdna.us > Bug Reporting: support@webdna.us Stephen Braun

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:

Multi-processor Mac info ... (1997) RE: Include (1998) WebCatalog Features (1997) DON'T use old cart file! (1997) HTTP Header info (1997) authorize.net hex coded variables OOPS (2002) 911: testing if the field is empty (2000) Cold Fusion Buster (1997) WebDNA 4.5 upgrade? (2002) Re:trouble (1997) Signal Raised error (1997) How true is this? (1999) Micro-managing External Links (2006) Price Not Appearing (2000) setting line item numbers (1998) WCS Newbie question (1997) Help! WebCat2 bug (1997) Search/sort in URL Was: GuestBook example (1997) WebCat2b12 - nesting [tags] (1997) Copy, Move, Create Folders (1998)