&ANALYZE-SUSPEND _VERSION-NUMBER AB_v10r12 GUI
&ANALYZE-RESUME
/* Connected Databases
*/
&Scoped-define WINDOW-NAME C-Win
/* Temp-Table and Buffer definitions */
[COLOR=#ff0000]{dsCustomer.i}[/COLOR]
&ANALYZE-SUSPEND _UIB-CODE-BLOCK _CUSTOM _DEFINITIONS C-Win
...
&ANALYZE-SUSPEND _PROCEDURE-SETTINGS
/* Settings for THIS-PROCEDURE
Type: Window
[COLOR=#ff0000] Data Source: "dsCustomer.i,ttCustomer"[/COLOR]
Allow: Basic,Browse,DB-Fields,Window,Query
Add Fields to: Neither
Other Settings: COMPILE
[COLOR=#ff0000] Temp-Tables and Buffers:[/COLOR]
[COLOR=#ff0000] TABLE: ttCustomer D "?" :U NO-UNDO [/COLOR]
[COLOR=#ff0000] ADDITIONAL-FIELDS:[/COLOR]
[COLOR=#ff0000] {dsCustomer.i}[/COLOR]
[COLOR=#ff0000] END-FIELDS.[/COLOR]
[COLOR=#ff0000] END-TABLES.[/COLOR]
*/
&ANALYZE-RESUME _END-PROCEDURE-SETTINGS
...