Hi,
I am a newbie to adobe forms and I am having difficulty assigning one text field to another. In the pdf, the actual value in the assigned field is 'Object60308796'.
On Event Enter on the text field USR_EMAIL:
Notif_subform.RFAP_CONTACT.rawValue = USR_EMAIL.value;
But in the pdf ... I enter a string in field USR_EMAIL, and in the field Notif_subform.RFAP_CONTACT, the field value is 'Object60308796'.
Many thanks
averil
Notif_subform.RFAP_CONTACT.rawValue = this.rawValue;
Thom Parker
The source for PDF Scripting Info
[url=http://www.pdfScripting.com]pdfscripting.com[/url]
The Acrobat JavaScript Reference, Use it Early and Often
[url=http://www.adobe.com/devnet/acrobat/javascript.php]http://www.adobe.com/devnet/acrobat/javascript.php[/url]
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script