Description:
The Unload event is raised to notify the form that it is about to be closed. The user may have elected to open a new input form or may be closing the loan. This event cannot be used to prevent the form from being unloaded and you should avoid using functionality that displays a user interface.
Supported By: |
|
Unload events are supported by forms only. |
|
|
|
EventArgs Properties: |
|
None |
|
|
|
Example: |
|
The following example copies the values from one set of fields to a set of custom fields when the form is unloaded. |
|
|
|
Macro.CopyField("1109", "CX. LoanAmount") |
|
Macro.CopyField("36", "CX.BorrowerFName") |
|
Macro.CopyField("37", "CX.BorrowerLName") |