화면 » Api

addgxdatasetinxtranmap

Description

해당 화면 xTranMap의 모든 맵에 xGlobalDataSet정보를 추가한다.

Parameters

Parameters Type Description
strGlobalXDataSet STRING 글로벌 데이터셋 ID

Return Value

Type Description
BOOL 성공/실패 여부

Example

function screen_on_load() { screen.addxtranmap("TRANSACITON", "http://127.0.0.1:8080/Test.jsp", ""); screen.addgxdatasetinxtranmap("GD_INIT_DATA"); }

See Also

removegxdatasetinxtranmap

Viewer Ver.

9.1.1.1

Update Date

20161031