MichaelB.
7/25/2018 - 6:42 PM

INITIALIZATION event block

Initialization block is only run once, at the start of program, contains the initial values for fields in your selection screen.

INITIALIZATION.

  SELECT * FROM zemployees.
    wa_employee = zemployees-employee.
  ENDSELECT.