Hello,
I have this form that generates a number each time is it opened.
When opened in Adobe Reader, I can make it so that
1) The form is savable but no number is generated or
2)The form is not savable and the number is generated
I want to find a way to somehow be able to save this form while still having the form generate the number.
The form works just fine in Adobe Pro but I need to use Adobe Reader so that other people can use this form for free without any trial versions.
The code below is used to produce a random number that looks like "Form - 1284382287"
****************************
if (this.rawValue == null)
{
var d = new Date();
//divide by 1000 to get seconds and trim decimals
this.rawValue = "Form - " + Math.floor(d / 1000)
}
else
{
this.rawValue = rawValue;
}
*****************************
Any help is greatly appreciated.
Thanks,
-vargs
Do you get any error in Reader when you enable the console window in the preferences dialog?
radzmar
• LoveCycle Blog
Documents you need:
• LiveCycle Designer ES2 Docs