Re: Cart#
This WebDNA talk-list message is from 1997
It keeps the original formatting.
numero = 13697
interpreted = N
texte = >Is there a way to make the cart number start out smaller? mine are like>20192938372982 long, and I want to use those as customer numbers, but>they don't need to be that long.. maybe like 7 long or somthing.No ... I think cart numbers are generated based on a formula thatguarantees uniqueness - so if you shorten it, uniqueness is no longerguaranteed.Why not use a different method of generating customer numbers?The following WebDNA should append a new record to the customers.dbdatabase with a customer number that's one higher than the highestprevious customer number in that database. Just make sure you startwith a customer.db that has at least one record with a positiveinteger in the customerNumber field ... like the number 1 for example... :)[append db=customer.db]customerNumber=[math][searchdb=customer.db&necustomerNumber=0&customerNumberType=num&decustomerNumberSort=1&max=1][founditems][customerNumber][/founditems][/search]+1[/math][/append]öïùíSincerely, Ken GromeWebDNA Solutionshttp://www.hui.net/dna/webdna.html
Associated Messages, from the most recent to the oldest:
>Is there a way to make the cart number start out smaller? mine are like>20192938372982 long, and I want to use those as customer numbers, but>they don't need to be that long.. maybe like 7 long or somthing.No ... I think cart numbers are generated based on a formula thatguarantees uniqueness - so if you shorten it, uniqueness is no longerguaranteed.Why not use a different method of generating customer numbers?The following WebDNA should append a new record to the customers.dbdatabase with a customer number that's one higher than the highestprevious customer number in that database. Just make sure you startwith a customer.db that has at least one record with a positiveinteger in the customerNumber field ... like the number 1 for example... :)[append db=customer.db]customerNumber=
[math][searchdb=customer.db&necustomerNumber=0&customerNumberType=num&decustomerNumberSort=1&max=1]
[founditems][customerNumber][/founditems][/search]+1[/math][/append]öïùí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:
Security Issues and WebCommerce Solution (1997)
[OT] Quick Java Help (2004)
Simple way to create unique SKU (1997)
New public beta available (1997)
[WebDNA] Data Type Bool (2009)
WebCat cannot handle compatible search parameters? (1997)
Re:[off] Promotions Co? (1997)
WebCat hosting providers? - one more option (1997)
take me off mailing list please (2001)
emailer settings and control questions (1997)
I'm new be kind (1997)
FWD: Autoproxy Bug with WebCatalog and FireSite (1997)
multi-paragraph fields (1997)
CASTEGORIES IN DIFFERENT FRAMES (1997)
.tmp files (2000)
How to Display text in empty fields (1997)
[WebDNA] Webdna and Static pages (2018)
taxTotal, grandTotal (1997)
web delivery (1997)
[WebDNA] test (2008)