form value change

The PDF Creator enables you to create secure PDF documents and to view, print and process existing PDF documents.
If you have any questions about the installation and usage of the PDF Creator please post them here.
Post Reply
lewisv
Posts: 6
Joined: Mon Jun 18 2007

form value change

Post by lewisv »

Is there a way when the pdf file is in run mode to trap when a user changes a value in a form

I want to run a routine to make sure that the data is correct on the form before i let the user go on.

I tried
FireObjectTextChange
FireSelectedObjectChange
FireSelectedObjectChange2
FireKeyDown

Is there something else?
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Re: form value change

Post by Joan »

Hello,

The list of fired events is available on page 77 of the "PDF Creator Developer Manual.pdf".

The event you need to trap is FireObjectTextChange or FireSelectedObjectChange.

Mainly you need to read the 'Value' attribute of the field and check if it is right.

Hope this helps.
Custom Brand the Amyuni PDF Printer Driver http://www.amyuni.com/en/developer/branding/index.html

Amyuni PDF Converter tested for true PDF performance. View results - http://www.amyuni.com/benchmark
Post Reply