...
- You can browse and add APIs through the menu at the bottom left of the [ Script Editor ].
Double-clicking an API will make it available in the JScript window. - To specify an event for retrieving a grid object when the report opens, assign doRefresh to the grid within the OnDocumentLoadComplete event function.
도움말 | ||
---|---|---|
| ||
To view the available API list, type . (dot) after Matrix or Matrix.getObject("Control Object Name") .
|
Navigating to Another Form Screen When a Button is Clicked
- Place a grid to be viewed and a button to trigger an action on Form1.
- Place a grid to be viewed and a button to trigger an action on Form2.
- To specify an event for form navigation and grid view event when the button is clicked, assign doRefresh to the grid and SetSheetActive to the Form within the OnButtonClick event function.
- You can navigate between forms and refresh the grid on the target form by clicking the button.
...