These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

lock ID number field

patra
Registered: Oct 19 2006
Posts: 270
Answered

I am using the FormCalc command below to generate a ID number for my form:

FieldName.rawValue = time()

There is any way to lock(freeze) the field with the number after form completion so always remains the same ?

Thanks

My Product Information:
LiveCycle Designer, Windows
radzmar
Expert
Registered: Nov 3 2008
Posts: 1202
if ($.rawValue==null)then
$.rawValue = time()
else $.rawValue
endif

radzmar
LoveCycle Blog
Documents you need:
LiveCycle Designer ES2 Docs