Previous | Next | (P-PDF) JavaScript
Topic: Re: setting values in fields (Via Email)
Conf: (P-PDF) JavaScript, Msg: 27266
From: prodok
Date: 9/17/2001 06:11 AM
A very little bit of RTFM would have revealed that this could be done with
this.getField("targetFieldName").value =
this.getField("sourceFieldName").value ;
where "targetFieldName" is the field name of the field which should
receive the value of the field "sourceFieldName").
Hope, this can help.
Max Wyss
PRODOK Engineering
Low Paper workflows, Smart documents, PDF forms
CH-8906 Bonstetten, Switzerland
Fax: +41 1 700 20 37
e-mail: mailto:max@prodok.com
http://www.prodok.com
[ Building Bridges for Information ]
______________________
Shameless Plug:
I will have presentations and pre- and post-conference workshops at
the .PDF2001 West Conference in Scottsdale, AZ, Nov. 5 to 7, 2001.
More details at http://www.pdfconference.com.
Workshops:
Nov. 4: Implementing Business Processes based on PDF
Nov. 8: Enhancing PDF Forms
_________________________
>how do i set the value of field depending on the input i get from
>another field?
>