Scripting
Forms support VB and J Script, within each control you can have a Load and a Click event script. As well scripting can be run before and after each action. You can also access your forms properties and actions along with a few standard functions for controlling your form.

When typing in the scripting text box if you type "Form." you will see a list of properties, functions, and actions available for you to use or reference.
Represents a property, these are added by you for each control or a string array from within your custom ActiveX control.
Are static functions supported by the Forms Reader, this allows you to gain access to screens and features of the reader. Current supported functions:
ClearFields - Clears all the textboxes in your form
EndForm - End the form and close the reader
LoadState - Show the Load State Screen for loading a previously generated form
NextTab - GoTo the next tab in the form
PreviousTab - GoTo the previous tab in the form
SaveState - Save the current entries into the Forms State for later loading
Represents an action you've created for this form, you can call an action at anytime during script to change tabs or perform multiple actions on one action.