General Component
Fnd_Gen_FormMethod
Fnd_Gen_FormMethod
Parameters
| Parameter | Type | Description |
|---|---|---|
| No parameters required |
Description
This method is designed to be called from any non-modal forms in the application. It checks to see if the close box has been clicked, or if another process has requested the window to close. Any non-modal forms added to a Foundation database should call this method with the following form events enabled: On Activate On Outside Call On Close Box
Extracted source text
Fnd_Gen_FormMethod
Parameter Type Description
No parameters required.
This method is designed to be called from any non-modal forms in the application. It checks to see if the
close box has been clicked, or if another process has requested the window to close.
Any non-modal forms added to a Foundation database should call this method with the following form
events enabled:
On Activate
On Outside Call
On Close Box