페이지 트리
메타 데이터의 끝으로 건너뛰기
메타 데이터의 시작으로 이동

This section is about execution order of events that occur within i-AUD Viewer, such as opening and executing reports.

Report Event API List

APITrigger PointArguments ListTarget
OnDataBindEndAfter a dataset is bound to a Control

Id : Control name

RecordCount : Number of records in the dataset

Control
OnDocumentLoadCompleteAfter a document is loaded, before AutoRefresh is executed
Report
OnExecuteStartWhen Refresh is executed

IsAutoRefresh : AutoRefresh operates if it is true

Target : Name(s) of the current Refresh target(s)

TargetNames : Name(s) of the current Refresh target(s)

Cancel : Cancel execution if it is true

Control
OnLoadCompleteWhen a document is loaded and AutoRefresh is completed

Success : Whether the operation was successful

Message : Error message

Report
OnRefreshCompleteAfter Refresh is completed (after doRefresh is called)

Success : whether the operation was successful

Message : Error message

Report

Control Event Option List

APIDescriptionRemarks
AutoRefreshWhether to automatically query data each time the report is opened
doRefreshWhether to query data when the report's Execute button is clicked
AfterRefreshSelect other Controls to automatically query data after a list(ComboBox) item is selectedCan only be configured for ComboBox Controls

Event Execution Order

When Opening a Report

When Running a Report (doRefresh)




  • 레이블 없음