SHOW_MODAL

SHOW_MODAL N

DISPLAYS THE FORM NUMBER N AND MAKES IT MODAL

  • Type: Command
  • Parameter: 1
  • Group: System Objects

ACTION

The command SHOW_MODAL N displays the FORM number N and makes it modal.

The program execution is stopped when a modal FORM is displayed.

SYNTAX: SHOW_MODAL N

  • N = system object number (integer or real). Must be greater than 0 and less than or equal to the allowed maximum number of system objects.

USE

  • The command SHOW_MODAL is used to display a FORM and to make it modal.

ERROR

  • If number N is not a correct expression.
  • If number N exceeds the allowed maximum number of system objects.
  • If number N is less than 0.
  • If system object number N does not exist.
  • If the system object number N is not of the type : FORM.

EXAMPLE

show_modal 0

SEE ALSO

SHOW

HIDE