FORM CLOSE
Welcome to our Knowledge Base
Documentation | Blog | Demos | Support
< All Topics
Print
FORM CLOSE
0 out of 5 stars
5 Stars | 0% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
Closes the current form or display in the current window.
Syntax
FORM CLOSE [object]
Parameters
object | Can be name The name of the form or display to be closed. ( expr) A character string, or an expression that evaluates to a character string, used at run time as the name of the form or display. Using expr enables one FORM CLOSE command to specify different forms or displays, at the risk of encountering an ambiguous name. If name or expr is omitted, FORM CLOSE closes the current form or display in the current window. When name or expr is specified, FORM CLOSE closes the open form or display only if its name matches the specified name. |
Comments
A WINDOW CLOSE command implicitly causes any form, display, or menu open in that window to be closed.
The FORM CLOSE command with a form name is effective only if the form in the current window bears the exact name specified in the command.
In a standard window, closing the form or display clears the fields of the form or display from the window. The window remains empty of content until another FORM OPEN command is executed.
See Also
Updated
ByJason Lee
Was this article helpful?
0 out of 5 stars
5 Stars | 0% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
5