DIALOG Statement

Syntax:

  DIALOG text, id, x, y, width, height[, style[, framectl]]
         [data-definitions]
  BEGIN
  control-definition
      .
      .
      .
  END

The DIALOG statement defines a window that an application can use to create dialog boxes. The statement defines the position and dimensions of the dialog box on the screen, as well as the dialog-box style. The DIALOG statement is most often used in a DLGTEMPLATE statement.

Typically, you use only one DIALOG statement in each DLGTEMPLATE statement, and the DIALOG statement contains at least one control definition.