May 2017
Intermediate to advanced
442 pages
11h 55m
English
The form is based on the FormRun class. We can see this by opening (double-click) classDeclaration for the CustGroup form:
public class ConWHSVehicleParameters extends FormRun
This is actually a definition file that FormRun instantiates with in order to build and execute the form.
Once the system has built the form design using SysSetupFormRun, it will perform the initialization tasks and run the form. The key methods in this are Init and Run. These can be overridden on the form in order to perform additional initialization ...
Read now
Unlock full access