Page History
...
1. Both the function and the form start with a FUNCTION statement:
FUNCTION OPTIONS(*DIRECT)
LANSA Function | Visual LANSA form |
|---|---|
N/A | A BEGIN_COM statement (with a matching END_COM statement in the very end) and several lines of DEFINE_COM statements. These statements define the form and the controls on it. They are inserted automatically when the interface is created. Normally you can ignore all the definition statements. |
...