FORM UNLOAD
FORM UNLOAD
Does not require any parameters |
---|
This command is not thread-safe, it cannot be used in preemptive code.
Description
The FORM UNLOAD command releases from memory the current form designated using the FORM LOAD command.
Calling this command is necessary when you use the FORM LOAD command outside of the printing context (in the case of printing, the current form is automatically closed again when the CLOSE PRINTING JOB command is called).