페이지 트리

버전 비교

  • 이 줄이 추가되었습니다.
  • 이 줄이 삭제되었습니다.
  • 서식이 변경되었습니다.
댓글: 텍스트 영문으로 변경

Easy Heading Macro
navigationTitle목차
navigationExpandOptionexpand-all-by-default
navigationWidth225

보고서 오픈할 때, 그리드 객체 조회하기

Retrieving a Grid Object When a Report Opens

  1. You can browse and add APIs through the menu at the bottom left of the [ Script Editor ] 좌측 하단 메뉴를 통해 API를 조회 및 추가할 수 있습니다.
    API를 더블 클릭하면 JScript 창으로 사용 가능합니다.
    Image Removed
    보고서 오픈 시 그리드 객체 조회 이벤트 지정을 위해 OnDocumentLoadComplete 안에 그리드에 doRefresh를 지정합니다.
    Double-clicking an API will make it available in the JScript window.
    Image Added

  2. To specify an event for retrieving a grid object when the report opens, assign doRefresh to the grid within the OnDocumentLoadComplete event function.



도움말
titleDescription

(전구) 사용 가능한 Available API 목록
각 함수와 이벤트에는 사용 가능한 API 목록이 다릅니다.이 때, 사용 가능한 API 목록을 조회하는 방법에는 Matrix 나 List
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") 뒤에 " .(점)" 을 찍으면 사용 가능한 API 목록이 뜹니다.

  • Example of " Matrix. " 예시
  • Example of " Matrix.getObject("컨트롤 객체명Control Object Name"). " 예시

버튼 클릭할 때, 다른 폼 화면으로 이동하기

...

Navigating to Another Form Screen When a Button is Clicked

  1.  Place a grid to be viewed and a button to trigger an action on Form1.
    Image Added

  2. Place a grid to be viewed and a button to trigger an action on Form2.
    Image Added

  3.  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.
    Image Added

  4. You can navigate between forms and refresh the grid on the target form by clicking the button.


변경 이력