PetrusD
December 6th, 2007, 11:34 PM
Good day,
We would like to move from AA Reader to Foxit Reader because whe need the save functionality that we have a problem with in AA Reader 8 EULA.
The scripting in the PDF document works fine in AA Reader but does have problems in Foxit Reader, (i.e. I have a check box I can use the following code to set it on but how do I set it back to off.)
To set it to checked:
var x = this.getField("chkTermsAndConditions")
x.value = "Yes"
To set it to un-checked:
var x = this.getField("chkTermsAndConditions")
x.value = "Off"
Even though if I have a look at the value when it is un-checked that value is "Off". This line of code does not set the checkbox to off. Is there perhaps a scripting guide available?
Also the import of an FDF file does not clear the other fields, it only updates the fields that is contained within the FDF file. And then there is visual impairments for example: type somthing in a field, move to another field using the mouse.
I have compiled a list of bugs or issues that we have been strugling with and would submit it. Can I simply post them here in this forum.
We would like to move from AA Reader to Foxit Reader because whe need the save functionality that we have a problem with in AA Reader 8 EULA.
The scripting in the PDF document works fine in AA Reader but does have problems in Foxit Reader, (i.e. I have a check box I can use the following code to set it on but how do I set it back to off.)
To set it to checked:
var x = this.getField("chkTermsAndConditions")
x.value = "Yes"
To set it to un-checked:
var x = this.getField("chkTermsAndConditions")
x.value = "Off"
Even though if I have a look at the value when it is un-checked that value is "Off". This line of code does not set the checkbox to off. Is there perhaps a scripting guide available?
Also the import of an FDF file does not clear the other fields, it only updates the fields that is contained within the FDF file. And then there is visual impairments for example: type somthing in a field, move to another field using the mouse.
I have compiled a list of bugs or issues that we have been strugling with and would submit it. Can I simply post them here in this forum.