You are on page 1of 1

Smart Forms

TYPES : Used to define the TYPES


INITIALIZATION : Is just like Initialization event. This event is triggered before the
Form is displayed.
Enter Data extraction and processing logic can be written under this tab.

Note : Input and Output Names must be specified, before they are accessed under
Initialization and ProgramLines.

Note : Double click functionality does not work, in SmartForm Editor. So, both
Perform and Form definition, we have to write manually(i.e subroutine calls and
definitions must be used).
Note: For currency/Quantity field we cannot directly refer the DDIC . Only global
variables must be used.
Ex:
FieldName Reference Field Data Type

You might also like