Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Releases a form, form set, or toolbar from memory.
Object.Release
Remarks
The Release method is useful when a form or form set is created with the DO FORM command and there is no variable by which to reference the form or form set.
You can use the forms collection of the Screen object to find the form or form set and call its Release method.