Hi,Can you please eloborate the requirment. Each time you submit a form
a unique process id is genertaed that can be used for numbering the
process. You can use the same number but it might not follow the
continous series like 101,102,103 and depends which process id(number)
is generated.The another way is to create a sequence in custom database
and allocate the number thus generated to a form while it is loaded/open
in workspace using data connection. This will generate a continous
series of nu...