Re: replace problem

This WebDNA talk-list message is from

1999


It keeps the original formatting.
numero = 25841
interpreted = N
texte = Ken, Do you know what else is wrong? Thanks. RodolfoEl 12/30/99 6:27 PM Kenneth Grome ken@simplewebstores.com Escribió>You do not have t ochange the value, something else is wrong here ... > >>Will >>If I remove the VALUE=T (I removed anyway to test it and then return it as >it was) it change always to nothing all the fields in each record selected >because it doesn't know what value to give if it is checked. >>I don't see why (in the way I have now) it change all to T, checked or not, >Do you? >>-Rodolfo >> >>El 12/30/99 5:03 PM Will Starck daprez@tigernet.net Escribió >> >>>What happens if you remove the VALUE=T from each? >>> >>>Will Starck >>>Product and Technical Support >>>NovaDerm.com >>>http://www.novaderm.com >>>techs@novaderm.com >>>Toll free support line: 800-378-1740 >>> >>>---------- >>>>From: listas >>>>To: (WebCatalog Talk) >>>>Subject: Re: replace problem >>>>Date: Thu, Dec 30, 1999, 12:42 PM >>>> >>> >>>> Hi, >>>> I put as the example Will sent, something like this: >>>> >>>> >>>> [foundItems] >>>> [showif [submitted]=T] >>>> [replace >>>> >>>db=../ordenes.db&eqvendordatarq=Jim]StaE=[interpret][StaE[index]][/interpret >>>]&StaP=[i >>>> >>>nterpret][StaP[index]][/interpret]&StaF=[interpret][StaF[index]][/interpret] >>>&StaR=[in >>>> terpret][StaR[index]][/interpret][/replace] >>>> [/showif] >>>> >>>> >>>> >>>> >>>> >>>> [/foundItems] >>>>

>>> [showif [StaE]=T]CHECKED[/showif]

>>> [showif [StaP]=T]CHECKED[/showif]>

>>> [showif [StaF]=T]CHECKED[/showif]>

>>> [showif [StaR]=T]CHECKED[/showif]>

>>>> >>>> >>>> >>>> >>>> When I hit the submit buttom, it replaces all this fields in all records >>>> found with a T, it is the same if I check or uncheck the fields, It show me >>>> the refreshed page as I leave before with some checked and some unchecked, >>>> and only if I quit the browser and login again I can see all the fields >>>checked. >>>> >>>> Any Idea Why? >>>> or What I'm doing wrong? >>>> >>>> Thanks. >>>> >>>> El 12/29/99 1:12 PM Will Starck daprez@tigernet.net escribió >>>> >>>>>I think I understand what you want. Here's an example that uses radio >>>>>buttons. It reads orderstatus, shipdate and tracking number from a db, so >>>>>the radio button is checked depending on what's in the db. Then the admin >>>>>can change those items that he/she wants, and click update, and the replace >>>>>changes the db. >>>>> >>>>>
>>>>>[search db=orders.db&blah] >>>>>[founditems] >>>>>[showif [submitted]=T] >>>>>[replace >>>>>db=orders.db&eqfilenamedata=[filename]]orderstatus=[interpret][orderstatus[i >>>>>ndex]][/interpret][hideif >>>>>[orderstatus]=Complete]&shipdate=[interpret][shipdate[index]][/interpret]&tr >>>>>acknumber=[interpret][tracknumber[index]][/interpret][/hideif][/replace] >>>>>[/showif] >>>>> >>>>>>>>>[orderstatus]=Open]checked[/showif]>Open >>>>> >>>>[showif [orderstatus]=On hold]checked[/showif]>>>>>face=Gadget>On Hold >>>>> >>>>[showif [orderstatus]=Complete]checked[/showif]>>>>>face=Gadget>Complete >>>>> >>>>>[/founditems] >>>>>[/search] >>>>>>>>>name=update value=Update> >>>>>
>>>>> >>>>>Hope the helps... >>>>>-- >>>>>Will Starck >>>>>Product and Technical Support >>>>>NovaDerm.com >>>>>http://www.novaderm.com >>>>>techs@novaderm.com >>>>>Toll free support line: 800-378-1740 >>>>> >>>>>---------- >>>>>From: listas >>>>>To: (WebCatalog Talk) >>>>>Subject: replace problem >>>>>Date: Wed, Dec 29, 1999, 1:05 PM >>>>> >>>>> >>>>> Hi all >>>>> >>>>> I have an admin page with a foundItems context, it found several records >>>>> and I have some check boxes for each record in the same line, I can click >>>>> them to change the status of several records at a time in the same page, >>>>> but... >>>>> How can I [replace] them at ones? >>>>> Do you have some example? >>>>> >>>>> Thanks, >>>>> Rodolfo de la Garza >>>>> >>>>> ------------------------------------------------------------- >>>>> Brought to you by CommuniGate Pro - The Buzz Word Compliant Messaging >>>Server. >>>>> To end your Mail problems go to . >>>>> >>>>> 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 >>>>> >>>>> >>>>>------------------------------------------------------------- >>>>>Brought to you by CommuniGate Pro - The Buzz Word Compliant Messaging Server. >>>>>To end your Mail problems go to . >>>>> >>>>>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 >>>>> >>>> >>>> ------------------------------------------------------------- >>>> Brought to you by CommuniGate Pro - The Buzz Word Compliant Messaging Server. >>>> To end your Mail problems go to . >>>> >>>> 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 >>>> >>> >>>------------------------------------------------------------- >>>Brought to you by CommuniGate Pro - The Buzz Word Compliant Messaging Server. >>>To end your Mail problems go to . >>> >>>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 >>> >> >>------------------------------------------------------------- >>Brought to you by CommuniGate Pro - The Buzz Word Compliant Messaging Server. >>To end your Mail problems go to . >> >>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 > > > >================================ >Kenneth Grome, WebDNA Consultant >808-737-6499, http://webdna.net >================================ > > > > > >------------------------------------------------------------- >Brought to you by CommuniGate Pro - The Buzz Word Compliant Messaging Server. >To end your Mail problems go to . > >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 >------------------------------------------------------------- Brought to you by CommuniGate Pro - The Buzz Word Compliant Messaging Server. To end your Mail problems go to .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 Associated Messages, from the most recent to the oldest:

    
  1. Re: REPLACE problem (John Butler 2000)
  2. Re: REPLACE problem (WebDNA Support 2000)
  3. Re: REPLACE problem (Glenn Busbin 2000)
  4. Re: REPLACE problem (Glenn Busbin 2000)
  5. Re: REPLACE problem (WebDNA Support 2000)
  6. REPLACE problem (Glenn Busbin 2000)
  7. Re: replace problem (Kenneth Grome 1999)
  8. Re: replace problem (listas 1999)
  9. Re: replace problem (Kenneth Grome 1999)
  10. Re: replace problem (listas 1999)
  11. Re: replace problem (Will Starck 1999)
  12. Re: replace problem (listas 1999)
  13. Re: replace problem (Will Starck 1999)
  14. replace problem (listas 1999)
Ken, Do you know what else is wrong? Thanks. RodolfoEl 12/30/99 6:27 PM Kenneth Grome ken@simplewebstores.com Escribió>You do not have t ochange the value, something else is wrong here ... > >>Will >>If I remove the VALUE=T (I removed anyway to test it and then return it as >it was) it change always to nothing all the fields in each record selected >because it doesn't know what value to give if it is checked. >>I don't see why (in the way I have now) it change all to T, checked or not, >Do you? >>-Rodolfo >> >>El 12/30/99 5:03 PM Will Starck daprez@tigernet.net Escribió >> >>>What happens if you remove the VALUE=T from each? >>> >>>Will Starck >>>Product and Technical Support >>>NovaDerm.com >>>http://www.novaderm.com >>>techs@novaderm.com >>>Toll free support line: 800-378-1740 >>> >>>---------- >>>>From: listas >>>>To: (WebCatalog Talk) >>>>Subject: Re: replace problem >>>>Date: Thu, Dec 30, 1999, 12:42 PM >>>> >>> >>>> Hi, >>>> I put as the example Will sent, something like this: >>>> >>>> >>>> [founditems] >>>> [showif [submitted]=T] >>>> [replace >>>> >>>db=../ordenes.db&eqvendordatarq=Jim]StaE=[interpret][StaE[index]][/interpret >>>]&StaP=[i >>>> >>>nterpret][StaP[index]][/interpret]&StaF=[interpret][StaF[index]][/interpret] >>>&StaR=[in >>>> terpret][StaR[index]][/interpret][/replace] >>>> [/showif] >>>> >>>> >>>> >>>> >>>> >>>> [/foundItems] >>>>

>>> [showif [StaE]=T]CHECKED[/showif]

>>> [showif [StaP]=T]CHECKED[/showif]>

>>> [showif [StaF]=T]CHECKED[/showif]>

>>> [showif [StaR]=T]CHECKED[/showif]>

>>>> >>>> >>>> >>>> >>>> When I hit the submit buttom, it replaces all this fields in all records >>>> found with a T, it is the same if I check or uncheck the fields, It show me >>>> the refreshed page as I leave before with some checked and some unchecked, >>>> and only if I quit the browser and login again I can see all the fields >>>checked. >>>> >>>> Any Idea Why? >>>> or What I'm doing wrong? >>>> >>>> Thanks. >>>> >>>> El 12/29/99 1:12 PM Will Starck daprez@tigernet.net escribió >>>> >>>>>I think I understand what you want. Here's an example that uses radio >>>>>buttons. It reads orderstatus, shipdate and tracking number from a db, so >>>>>the radio button is checked depending on what's in the db. Then the admin >>>>>can change those items that he/she wants, and click update, and the replace >>>>>changes the db. >>>>> >>>>>
>>>>>[search db=orders.db&blah] >>>>>[founditems] >>>>>[showif [submitted]=T] >>>>>[replace >>>>>db=orders.db&eqfilenamedata=[filename]]orderstatus=[interpret][orderstatus[i >>>>>ndex]][/interpret][hideif >>>>>[orderstatus]=Complete]&shipdate=[interpret][shipdate[index]][/interpret]&tr >>>>>acknumber=[interpret][tracknumber[index]][/interpret][/hideif][/replace] >>>>>[/showif] >>>>> >>>>>>>>>[orderstatus]=Open]checked[/showif]>Open >>>>> >>>>[showif [orderstatus]=On hold]checked[/showif]>>>>>face=Gadget>On Hold >>>>> >>>>[showif [orderstatus]=Complete]checked[/showif]>>>>>face=Gadget>Complete >>>>> >>>>>[/founditems] >>>>>[/search] >>>>>>>>>name=update value=Update> >>>>>
>>>>> >>>>>Hope the helps... >>>>>-- >>>>>Will Starck >>>>>Product and Technical Support >>>>>NovaDerm.com >>>>>http://www.novaderm.com >>>>>techs@novaderm.com >>>>>Toll free support line: 800-378-1740 >>>>> >>>>>---------- >>>>>From: listas >>>>>To: (WebCatalog Talk) >>>>>Subject: replace problem >>>>>Date: Wed, Dec 29, 1999, 1:05 PM >>>>> >>>>> >>>>> Hi all >>>>> >>>>> I have an admin page with a foundItems context, it found several records >>>>> and I have some check boxes for each record in the same line, I can click >>>>> them to change the status of several records at a time in the same page, >>>>> but... >>>>> How can I [replace] them at ones? >>>>> Do you have some example? >>>>> >>>>> Thanks, >>>>> Rodolfo de la Garza >>>>> >>>>> ------------------------------------------------------------- >>>>> Brought to you by CommuniGate Pro - The Buzz Word Compliant Messaging >>>Server. >>>>> To end your Mail problems go to . >>>>> >>>>> 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 >>>>> >>>>> >>>>>------------------------------------------------------------- >>>>>Brought to you by CommuniGate Pro - The Buzz Word Compliant Messaging Server. >>>>>To end your Mail problems go to . >>>>> >>>>>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 >>>>> >>>> >>>> ------------------------------------------------------------- >>>> Brought to you by CommuniGate Pro - The Buzz Word Compliant Messaging Server. >>>> To end your Mail problems go to . >>>> >>>> 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 >>>> >>> >>>------------------------------------------------------------- >>>Brought to you by CommuniGate Pro - The Buzz Word Compliant Messaging Server. >>>To end your Mail problems go to . >>> >>>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 >>> >> >>------------------------------------------------------------- >>Brought to you by CommuniGate Pro - The Buzz Word Compliant Messaging Server. >>To end your Mail problems go to . >> >>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 > > > >================================ >Kenneth Grome, WebDNA Consultant >808-737-6499, http://webdna.net >================================ > > > > > >------------------------------------------------------------- >Brought to you by CommuniGate Pro - The Buzz Word Compliant Messaging Server. >To end your Mail problems go to . > >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 >------------------------------------------------------------- Brought to you by CommuniGate Pro - The Buzz Word Compliant Messaging Server. To end your Mail problems go to .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 listas

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:

declined orders webmerchant not showing up? (2005) Now you see it now you don´t (1997) emailer w/F2 (1997) Help! WebCat2 bug (1997) adding up in a db (1997) Weird problems with [SHOWIF]s (1997) creator code (1997) [WebDNA] Accepting Payments on Site (2013) completed orders database (1997) [AppendFile] problem (WebCat2b13 Mac .acgi) (1997) Question from a Neebie (2000) Re:Variable Math (1998) Server Load (2000) b12 cannot limit records returned and more. (1997) HTML Editors (1997) Grant, please help me ... (1997) writing db to disk (1997) WebCat2b12plugin - [search] is broken ... not! (1997) RAM variables (1997) Blasted shownext (request for 4.0) (1998)