Introduction to Genero BDL programming / Genero BDL concepts |
Control application forms with interactive instructions that perform field input and action handling.
DEFINE cust_rec RECORD LIKE customer.* INPUT BY NAME cust_rec.* ... BEFORE FIELD cust_name ... ON ACTION print ... END INPUT
Interactive instructions can be implemented as modal or parallel dialogs. Modal dialogs control a given window, and that window closes when the dialog is accepted or canceled. The window displays on the top of any existing windows which are not accessible while the modal dialog executes. Parallel dialogs allow access to several windows simultaneously; the user can switch from on window to the other.