Retrieving a Grid Object When a Report Opens
- 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.
Description
The list of available APIs differs for each function and event.
To view the available API list, type . (dot) after Matrix or Matrix.getObject("Control Object Name") .
- Example of " Matrix. "
- Example of " 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.
버전 | 날짜 | 댓글 |
---|---|---|
현재 버전 (v. 4) | 2025-05-21 18:56 | 영문 가이드 작성자 |
v. 3 | 2025-05-21 13:54 |
영문 가이드 작성자:
이미지 영문으로 변경 |
v. 2 | 2025-05-21 11:21 |
영문 가이드 작성자:
텍스트 영문으로 변경 |
v. 1 | 2025-05-19 15:40 | 영문 가이드 작성자 |