Release Method
Releases a form or form set 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.