Re: serial number generation
This WebDNA talk-list message is from 1997
It keeps the original formatting.
numero = 13558
interpreted = N
texte = >Is there an easy way to generate serial numbers using Webcat. I need them>to create Customer number and order references where the value is n+1>each time it is called.If you need to keep an actual database of serial numbers, and if youwant to append a new record to that database every time you need anew serial number, use this WebDNA:[append db=../include/serial.db]sku=[cart]&valeur=[searchdb=../include/serial.db&nevaleurdata=0&devaleursort=1&max=1][founditems][math][valeur]+1[/math][/founditems][/search][/append]If you don't really need a database with all the previously-createdserial numbers in it, but instead you only need to maintain the valueof the largest serial number which has ever been issued, use thefollowing WebDNA instead:[writefile SerialNumber][math][include SerialNumber]+1][/math][writefile]Sincerely, Ken GromeWebDNA Solutionshttp://www.hui.net/dna/webdna.html
Associated Messages, from the most recent to the oldest:
>Is there an easy way to generate serial numbers using Webcat. I need them>to create Customer number and order references where the value is n+1>each time it is called.If you need to keep an actual database of serial numbers, and if youwant to append a new record to that database every time you need anew serial number, use this WebDNA:[append db=../include/serial.db]sku=
[cart]&valeur=[searchdb=../include/serial.db&nevaleurdata=0&devaleursort=1&max=1]
[founditems][math][valeur]+1[/math][/founditems][/search][/append]If you don't really need a database with all the previously-createdserial numbers in it, but instead you only need to maintain the valueof the largest serial number which has ever been issued, use thefollowing WebDNA instead:[writefile SerialNumber]
[math][include SerialNumber]+1][/math]
[writefile]Sincerely, Ken GromeWebDNA Solutionshttp://www.hui.net/dna/webdna.html
Kenneth Grome
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:
Bulletin Board.... (2000)
2.0Beta Command Ref (can't find this instruction) (1997)
Credit card processing - UK (1997)
Mime Headers for Mail (1998)
Email notification to one of multiple vendors ? (1997)
Logging purchases (1997)
RE: Missing contexts on NT (1997)
Quick ShowIf question (1997)
Where's Cart Created ? (1997)
multi-table date sort problem thingy (2002)
flushdatabases (1997)
More on the email templates (1997)
Interfacing WC with mail server (1998)
Rounding problem (1998)
Feedback Please (2003)
Problems with webcat 2.01 for NT (1997)
Protect (1997)
User/pass with tcpconnect (2000)
won't serve .tpl (2000)
Cart Numbers (1997)