I created a monster form and it's too slow now to open. It's created in LiveCycle. What can I do to make it smaller???
I was thinking, if I could cut down some of the Javascript code maybe that would help? For instance, can anyone tell me how to take the following line of javascript and make it a "variable" and then use the variable in my code ???
Here is my original line:
xfa.form.form1.InputSubForm1.UserInfoSubForm.presence = "visible"
Is there a way to make that whole like a variable and then use the variable in my script in stead of the code???
Can I put this in the Form Variables;
Var: opena
Value: xfa.form.form1.InputSubForm1.UserInfoSubForm.presence = "visible"
Then how do I use the variable: opena in the JavaScript code???
Thanks for any help !!!!!!
Rod