Hey all,
Here is my issue basically i want to have an area of the page viewable if a certain button is selected then this area will become viewable and allow data to be written.
The idea is basically a yes/no button is the user selects no nothing happens if yes then the hidden area becomes visible and then allow data to be entered.
Another issue i am having is that with this hidden part if you click in this area the date should automatically be entered with todays date or when you click in the area.
And also i forgot to say many thanks to thomp for his previous help with my calculations issue your suggestions worked a treat:-).
To Show:
MySub.presence = "visible";
To Hide:
MySub.presence = "invisible";
Set the presense to invisible initially. Do not use the "hidden" value. And save the form as Dynamic. This won't work on static forms.
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script