Was this helpful?
Endforms
Terminates an application program's connection with the FRS.
Examples--endforms statement:
Example 1:
This example severs the application's connection with the FRS:
## forms
   /* 
   ** forms statements are allowed only within this scope
   */
## endforms
Example 2:
This example clears the screen before exiting from the FRS and the database:
## clear screen
## message "exiting application"
## endforms
## exit
Last modified date: 01/30/2023