×
Menu
Index

FormValue

 
 
ยท FormValue( xIdent, xValue ) => will fill the specified field with the content.
 
 
xIdent  (numeric or character) : is the form field identifier, it can be the field number (element number of the fields array returned by FormGet()), or the field title.
 
 
Examples :      oPdf:FormValue( 1, "John Smith" ) will set field number 1 with the contents of "John Smith".
 
           oPdf:FormValue( "Name", "John Smith" ) will set the pdf form field with a title of "Name" to "John Smith".