페이지 트리

버전 비교

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

...

  1. 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.
    Image RemovedImage 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.
    Image Removed
    Image Added
    Image RemovedImage Added
    Image RemovedImage Added


도움말
titleDescription

(전구) Available API 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") .

  • Example of " Matrix. "
    Image RemovedImage Added
  • Example of " Matrix.getObject("Control Object Name"). "
    Image RemovedImage Added

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 RemovedImage Added

  2. Place a grid to be viewed and a button to trigger an action on Form2.
    Image RemovedImage 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 RemovedImage Added

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

...