Hi allHow can i design an auto serial field starting from one
and make it’s flexible in all cases like document deleted from view and also another document being opend in the same moment of my edited document
ThanX
Hi allHow can i design an auto serial field starting from one
and make it’s flexible in all cases like document deleted from view and also another document being opend in the same moment of my edited document
ThanX
Subject: Serial field
You can do that with some limitations.In a profile db document put a number field called nextNumber.
When a document is created, take that number. When a document is saved for first time, confirm the number, confirm save operation and increment the profile field number.
Sorry for my english
Guillermo
Subject: No! Don’t use a profile document for serial numbering
The profile is cached in each workstation’s memory, so you will get duplications.
Subject: You are right - sorry
Subject: Search before posting!
This question has been asked and answered hundreds of times in this (and ND 4-5) forum. Did you bother to search before posting?
There is even a list of links about this subject in the FAQ of FAQs http://www-10.lotus.com/ldd/46dom.nsf/7e6c7e584a76331b85256a46006f083e/1c653d514d1db0ae852569620057ef1f?OpenDocument