Easy Heading Macro | ||||||
---|---|---|---|---|---|---|
|
보고서 오픈할 때, 그리드 객체 조회하기
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 ] 좌측 하단 메뉴를 통해 API를 조회 및 추가할 수 있습니다.
API를 더블 클릭하면 JScript 창으로 사용 가능합니다.
보고서 오픈 시 그리드 객체 조회 이벤트 지정을 위해 OnDocumentLoadComplete 안에 그리드에 doRefresh를 지정합니다.
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.
도움말 | ||
---|---|---|
| ||
사용 가능한 Available API 목록 To view the available API list, type . (dot) after Matrix or Matrix.getObject("컨트롤 객체명Control Object Name") 뒤에 " .(점)" 을 찍으면 사용 가능한 API 목록이 뜹니다.
|
버튼 클릭할 때, 다른 폼 화면으로 이동하기
...
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.
변경 이력 |
---|