|
Browsing form code 1 |
Top Previous Next |
|
This examples shows the code of a browsing form that takes data directly from a "select" query of the database. Almost all the code is created automatically during the creation of the form.
This example code is taken from form "Activities in Progress" (AU_BPM_JOBS3.FM). The procedures Lst_DblClick, Form_Start, Panels_Start are standard procedures for AutoPilot code into a form. The Flowchart procedure is developer defined, activated in a toolbars button pressing. Note the keyword lib at the top of code that makes all variables to have global visibility over the entire code unit.
|