Formvariables name matching
This WebDNA talk-list message is from 2005
It keeps the original formatting.
numero = 63567
interpreted = N
texte = How does formvariables match by name?In one case I have formvariables name=1_vendorname and in another I have name=_1_vendorname.I can't understand why the first one fails but the second works. Does the formvariables with an inexact match match in the middle of the name rather than at the start?--------------Sample code------------This works as expected:[showif submit=[submit]][formvariables name=sku_&exact=F]SKU=[text show=T]keyfieldsku=[value][/text]
[formvariables name=_[value]_&exact=F][grep search=^_[keyfieldsku]_&replace=][NAME]:[/grep]=[value]
[/formvariables]
[/formvariables][/showif]Example output for above code:SKU=1VENDORNAME:=This is the name of vendor1VENDORADDRESS:=This is the address of vendor1SKU=2VENDORNAME:=This is the name of vendor2VENDORADDRESS:=This is the address of vendor2This does not work as expected (I have changed the form to remove the _ at the front of the var name.):[showif submit=[submit]][formvariables name=sku_&exact=F]SKU=[text show=T]keyfieldsku=[value][/text]
[formvariables name=[value]_&exact=F][grep search=^[keyfieldsku]_&replace=][NAME]:[/grep]=[value]
[/formvariables]
[/formvariables][/showif]Example output:SKU=1VENDORNAME:=This is the name of vendor1VENDORADDRESS:=This is the address of vendor121_VENDORNAME:=This is the name of vendor2121_VENDORADDRESS:=This is the address of vendor2131_VENDORNAME:=This is the name of vendor3131_VENDORADDRESS:=This is the address of vendor31-------------------------------------------------------------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://webdna.smithmicro.com/
Associated Messages, from the most recent to the oldest:
How does formvariables match by name?In one case I have formvariables name=1_vendorname and in another I have name=_1_vendorname.I can't understand why the first one fails but the second works. Does the formvariables with an inexact match match in the middle of the name rather than at the start?--------------Sample code------------This works as expected:[showif submit=[submit]][formvariables name=sku_&exact=F]SKU=[text show=T]keyfieldsku=[value][/text]
[formvariables name=_[value]_&exact=F][grep search=^_[keyfieldsku]_&replace=][NAME]:[/grep]=[value]
[/formvariables]
[/formvariables][/showif]Example output for above code:SKU=1VENDORNAME:=This is the name of vendor1VENDORADDRESS:=This is the address of vendor1SKU=2VENDORNAME:=This is the name of vendor2VENDORADDRESS:=This is the address of vendor2This does not work as expected (I have changed the form to remove the _ at the front of the var name.):[showif submit=[submit]][formvariables name=sku_&exact=F]SKU=[text show=T]keyfieldsku=[value][/text]
[formvariables name=[value]_&exact=F][grep search=^[keyfieldsku]_&replace=][NAME]:[/grep]=[value]
[/formvariables]
[/formvariables][/showif]Example output:SKU=1VENDORNAME:=This is the name of vendor1VENDORADDRESS:=This is the address of vendor121_VENDORNAME:=This is the name of vendor2121_VENDORADDRESS:=This is the address of vendor2131_VENDORNAME:=This is the name of vendor3131_VENDORADDRESS:=This is the address of vendor31-------------------------------------------------------------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://webdna.smithmicro.com/
William DeVaul
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:
For those of you not on the WebCatalog Beta... (1997)
Demo math questions (2000)
Expanding the Product Database (2000)
Practice runs ? (1997)
Re:Version 2.0 and 1.6 simultaneous (1997)
WC 2.0 frames feature (1997)
Searching for ALL / empty form field (1997)
[WebDNA] Nginx (2010)
My solution... (1996)
Separate SSL Server (1997)
WebDNA language module for BBEdit? (2003)
Multiple fields on 1 input (1997)
Thanks Grant (1997)
Trigger to restart Webcat Service (2001)
Big Databases (1997)
Appending space (1998)
WebCat2b15MacPlugin - [protect] (1997)
Anyone awake? Newby moves deeper! Sitesearch & CustomerDBAppend Context or Command? (2000)
blank page from template (1997)
[cart]'s ever get recycled? (2000)