Thanks. I will give
that one a try.
-----Original Message-----
From: Nicholas Jon
[mailto:[EMAIL PROTECTED]
Sent: Thursday, September 25, 2003
1:29 PM
To: [EMAIL PROTECTED]
Subject: Re: [PDF-Forms] Multiple
Page Forms
Okay gang, let's tackle one issue at a time here.
The first issue is a common one in Acrobat, that being
trying to keep data private and NOT having the next user (on the same
computer) see the previous users data.
There is a Simple solution to this:
Add the below _javascript_ (js) to the page open
"action".
if (this.getField("L_Opened").value ==
"Yes"){
this.resetForm();
this.getField("L_Opened").value =
"Yes";
}
You will also need to add a hidden field with called
"L_Opened" and set the default value to "No".
When the page is first opened, it will check to see the
value of the L_Opened field, if its NOT "Yes" then the form will be
reset, once its reset it also changes the value to "Yes" and then
when you come back to that page it will not reset the entire form again.
~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~
|
____________________________________________________
IncrediMail - Email has finally evolved - Click Here
|
<<attachment: image001.gif>>
<<attachment: image002.gif>>