PDF-Forms is a service provided by PDFzone.com | http://www.pdfzone.com/ __________________________________________________________________
What is not happening is the value of the "p" is not getting used in the fieldname. Russ *********** REPLY SEPARATOR *********** On 11/23/2003 at 4:17 AM Max Wyss wrote: >PDF-Forms is a service provided by PDFzone.com | http://www.pdfzone.com/ >__________________________________________________________________ > >Well, that is exactly what you tell Acrobat to do with your code. > >On one side of the assignment, you have a field value, and on the other >side, you have a field object. > >So, having the field's values on both sides would get you there... > >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 > or +1 815 425 6566 >e-mail: mailto:[EMAIL PROTECTED] >http://www.prodok.com > > > >[ Building Bridges for Information ] > > >______________________ > > > >> I need to use a variable in the getField method. The code below is my >> attempt. >> � >> What is happening is this. the global variable secpayspawn contains >> the page number of a spawned page. >> � >> I need to update the fields on this page but since I am dealing with >> multiple spawned pages I need to use a stored variable. >> � >> When I use this code I get a [object Field] in the field where the >> data should go. >> � >> Any insite would help. >> � >> � >> var p=global.secpayspawn; >> this.getField("P" + p + ".check.check.ins_name").value = >> this.getField("check.ins_name"); >> > > >To change your subscription: >http://www.pdfzone.com/discussions/lists-pdfforms.html Russ Mellnick M5 Computing Inc. [EMAIL PROTECTED] To change your subscription: http://www.pdfzone.com/discussions/lists-pdfforms.html
