Update or not Time() in a PDF FormCalc?
i use time() in object (invoice number) generate number, every time open "saved" pdf, invoice number changes or updates because time(). normal. have been trying insert if statement test object , insert time() if object empty (new invoice) or not (not empty) when invoice stored record sale.
this guess not work!
please help!
you not need brackets after 'then' , 'endif' 1 word in formcalc.
if (txtinvoicenum.isnull) then
txtinvoicenum = time()
endif
should work.
More discussions in LiveCycle Designer
adobe
Comments
Post a Comment