C
Cory
My problem is as follows:
I am creating a form template that first asks the user to personalize
the form (since it hase several inputs that will never change for that user)
and then instructs the user to save the resulting document as a template.
But I want that template to run a seperate autonew. If I supplied an
If...Then statement at the begining I could just keep the Autonew that I have
and let the user Personalize then have a variable set and bypass the rest of
the instructions. When they save the template and open it the next time, the
value could be read executing the Then portion and bypassing the
personalizing bit.
So... How do you set a variable value in the code that will be read the
next time the document is opened? As far as I am aware, the variables are
not persistent. Of course keep in mind I only know enough about this to get
myself in trouble.
Cory
I am creating a form template that first asks the user to personalize
the form (since it hase several inputs that will never change for that user)
and then instructs the user to save the resulting document as a template.
But I want that template to run a seperate autonew. If I supplied an
If...Then statement at the begining I could just keep the Autonew that I have
and let the user Personalize then have a variable set and bypass the rest of
the instructions. When they save the template and open it the next time, the
value could be read executing the Then portion and bypassing the
personalizing bit.
So... How do you set a variable value in the code that will be read the
next time the document is opened? As far as I am aware, the variables are
not persistent. Of course keep in mind I only know enough about this to get
myself in trouble.
Cory