Event.Form.CurrentLevelResult
Event.Form.CurrentLevelResult returns an object of current level results. This does not appear to do anything other than provide an object.
Applies To
Properties and Methods
None
Available
The .CurrentLevelResult property is available in:
- 15.03.016
- All newer builds
Note: The .CurrentLevelResult property and all sub-classes, properties, and methods are only available in Form Layout scripts.
Type
FunctionResult
Syntax
Event.Form.CurrentLevelResult;
Parameters
None
Example
Event.Form.MessageBox('.CurrentLevelResult: ' + Convert.ToJSON(Event.Form.CurrentLevelResult));
/* Expected Prompt response:
.CurrentLevelResult: {"ShowForm":null,"ShowForms":null,"RefreshGrid":null,"RefreshGrids":null,"LazyRefreshGrids":null,"ForceRefreshGrid":null,"UpdateSelectedTreeNode":null,
"ReloadCustomJavaScript":null,"UpdateTreeNodes":null,"SelectTreeNode":null,"GridRecordCounts":null,"Options":null,"NewValues":null,"NewDefaults":null,"RefreshDisplayValues":null,
"Enabled":null,"Mask":null,"PhoneMask":null,"Visible":null,"Captions":null,"Titles":null,"ChangedSearchNum":null,"Required":null,"PromptSave":null,"ButtonCounters":null,
"Close":false,"ForceClose":false,"MessageBoxes":null,"MessageBehindForm":false,"ParentHandleFunctionResult":null,"HandleFunctionResult":null,"SearchBoxWindow":null,"MemoBoxWindow":null,
"RebuildFavorites":null,"YesNoConfirmation":null,"ExecuteFormFunction":null,"SearchBoxAddFormClosed":false,"DownloadFiles":null,"OpenFiles":null,"LocalPrinting":null,"LocalZPLLabels":null,
"LocalPrintDocs":null,"LocalOutlookEmails":null,"Focus":null,"OpenURL":null,"CloseScale":null,"OpenScale":null,"CommandScale":null,"ScaleConfirmWeight":null,"ClearScaleWeight":null,
"NotifyParentChildSaved":false,"BITab":null,"OpenEditingForm":false,"ExecuteClientFunction":null}
*/