Event.Form
The Event.Form Object defines the Objects, Methods, Functions, and Properties available to the user for the form when a script is triggered by an event.
Applies To
Properties and Methods
Properties
Sub-Classes
- .MainGrid
- .Parent
Methods
- .Controls(FID)
- .GetDataTable([TableName])
- .Grids(FID)
- .Inputs(FID)
- .MessageBox(Message)
- .OpenForm(Form[, RecordID, FormParameters, LayoutID])
- .OpenUrl(Url)
- .RemakeCursor()
- .RunUIExternal(Name[, Params])
- .RunUIExternal(ProgramID[, Params])
- .ShowDataTable(Table)
- .YesNo(Message)
Available
The .Form property is available in:
- 15.03.016
- All newer builds
Note: The .Form property and all sub-classes, properties, and methods are only available in Form Layout scripts.
Type
EditForm
Syntax
Event.Form;
Parameters
None
Example
There isn’t a time or place where the Event.Form object would be called on its own. Event is the Parent key to the list of functions listed above.