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:

Re:HELP - NONE STOP DIGESTS. Digest for 4/24/97) (1997) Adding a month and the 31st (bug?) (2002) QUIT SENDING ME MAIL!!!! (1999) Searching multiple fields (1997) [OT] What log analyzer do you use? (2000) Problem (1997) Mass download. (2003) searching with groups (1997) Any 4.5 to 5.0 upgrade gotchas? (2003) Sku numbers (1997) Late on Friday.... brain fried (2002) Grep help (2004) WC 4.0 (2000) Erotic Sites (1997) Extended [ConvertChars] (1997) Bug Report, maybe (1997) Quotation Marks in Database (1998) Fwd: Emailer & IMail List Server (1998) Checking for blank form fields (sort of...) (1998) Error & Problem (1997)