instruction
stringlengths 21
57
⌀ | output
stringlengths 3
1.48k
⌀ |
---|---|
링크폼(LinkForm)의 Property중 width의 예제를 알려줘
|
SetCtlProp(\"LinkForm0\ \"width\ 300)\nGetCtlProp(\"LinkForm0\ \"width\")
|
링크폼(LinkForm)의 Property중 height의 기능을 설명해줘
|
컨트롤의 높이 설정
|
링크폼(LinkForm)의 Property중 height의 예제를 알려줘
|
SetCtlProp(\"LinkForm0\ \"height\ 30)\nGetCtlProp(\"LinkForm0\ \"height\")
|
링크폼(LinkForm)의 Property중 enabled의 기능을 설명해줘
|
활성화 여부 설정
|
링크폼(LinkForm)의 Property중 enabled의 예제를 알려줘
|
SetCtlProp(\"LinkForm0\ \"enable\ \"1\")\nGetCtlProp(\"LinkForm0\ \"enable\")
|
링크폼(LinkForm)의 Property중 visible의 기능을 설명해줘
|
컨트롤의 보임 여부 설정
|
링크폼(LinkForm)의 Property중 visible의 예제를 알려줘
|
SetCtlProp(\"LinkForm0\ \"visiable\ \"1\")\nGetCtlProp(\"LinkForm0\ \"visiable\")
|
링크폼(LinkForm)의 Property중 linkfile의 기능을 설명해줘
|
이벤트 발생시 오픈할 파일명 지정
|
링크폼(LinkForm)의 Property중 linkfile의 예제를 알려줘
|
SetCtlProp(\"LinkForm0\ \"linkfile\ \"sFileName\")
|
링크폼(LinkForm)의 Property중 border의 기능을 설명해줘
|
Label의 외곽선 모양 설정. 0 – 없음, 1 – 라인
|
링크폼(LinkForm)의 Property중 border의 예제를 알려줘
|
SetCtlProp(\"LinkForm0\ \"border\ \"1\")
|
링크폼(LinkForm)의 Property중 resize의 기능을 설명해줘
|
폼 크기변경에 따른 컨트롤 위치/크기 설정(\"Left, Top, Width, Height\" -> 0:고정, 1:크기증감)
|
링크폼(LinkForm)의 Property중 resize의 예제를 알려줘
|
SetCtlProp(\"LinkForm0\ \"resize\ \"1,1,1,1\")\nGetCtlProp(\"LinkForm0\ \"resize\")
|
링크폼(LinkForm)의 Property중 bordercolor의 기능을 설명해줘
|
외곽선이 라인형태일 경우 색상 설정
|
링크폼(LinkForm)의 Property중 bordercolor의 예제를 알려줘
|
SetCtlProp(\"LinkForm0\ \"bordercolor\ \"108:135206235\")
|
컨테이너(Container)의 Property중 ly_vert의 기능을 설명해줘
|
세로배치시 레이아웃 설정, (nLeft, nTop, nWidth, nHeight, bVisiable)
|
컨테이너(Container)의 Property중 ly_vert의 예제를 알려줘
|
SetCtlProp(\"Container0\ \"ly_vert\ szVal)
|
컨테이너(Container)의 Property중 ly_horz의 기능을 설명해줘
|
가로배치시 레이아웃 설정, (nLeft, nTop, nWidth, nHeight, bVisiable)
|
컨테이너(Container)의 Property중 ly_horz의 예제를 알려줘
|
SetCtlProp(\"Container0\ \"ly_horz\ szVal)
|
컨테이너(Container)의 Property중 left의 기능을 설명해줘
|
컨트롤의 왼쪽 좌표 설정
|
컨테이너(Container)의 Property중 left의 예제를 알려줘
|
SetCtlProp(\"Container0\ \"left\ szVal)\nGetCtlProp(\"Container0\ \"left\")
|
컨테이너(Container)의 Property중 top의 기능을 설명해줘
|
컨트롤의 Top 좌표 설정
|
컨테이너(Container)의 Property중 top의 예제를 알려줘
|
SetCtlProp(\"Container0\ \"top\ szVal)\nGetCtlProp(\"Container0\ \"top\")
|
컨테이너(Container)의 Property중 width의 기능을 설명해줘
|
컨트롤의 너비 설정
|
컨테이너(Container)의 Property중 width의 예제를 알려줘
|
SetCtlProp(\"Container0\ \"width\ 300)\nGetCtlProp(\"Container0\ \"width\")
|
컨테이너(Container)의 Property중 height의 기능을 설명해줘
|
컨트롤의 높이 설정
|
컨테이너(Container)의 Property중 height의 예제를 알려줘
|
SetCtlProp(\"Container0\ \"height\ 30)\nGetCtlProp(\"Container0\ \"height\")
|
컨테이너(Container)의 Property중 enabled의 기능을 설명해줘
|
활성화 여부 설정
|
컨테이너(Container)의 Property중 enabled의 예제를 알려줘
|
SetCtlProp(\"Container0\ \"enable\ \"1\")\nGetCtlProp(\"Container0\ \"enable\")
|
컨테이너(Container)의 Property중 visible의 기능을 설명해줘
|
컨트롤의 보임 여부 설정
|
컨테이너(Container)의 Property중 visible의 예제를 알려줘
|
SetCtlProp(\"Container0\ \"visiable\ \"1\")\nGetCtlProp(\"Container0\ \"visiable\")
|
컨테이너(Container)의 Property중 bgcolor의 기능을 설명해줘
|
Label의 배경색 설정
|
컨테이너(Container)의 Property중 bgcolor의 예제를 알려줘
|
SetCtlProp(\"Container0\ \"bgcolor\ \"108:135206235\")
|
컨테이너(Container)의 Property중 resize의 기능을 설명해줘
|
폼 크기변경에 따른 컨트롤 위치/크기 설정(\"Left, Top, Width, Height\" -> 0:고정, 1:크기증감)
|
컨테이너(Container)의 Property중 resize의 예제를 알려줘
|
SetCtlProp(\"Container0\ \"resize\ \"1,1,1,1\")\nGetCtlProp(\"Container0\ \"resize\")
|
컨테이너(Container)의 Property중 containerimage의 기능을 설명해줘
|
배경 이미지 파일명
|
컨테이너(Container)의 Property중 containerimage의 예제를 알려줘
|
SetCtlProp(\"Container0\ \"containerimage\ \"szImage\")
|
컨테이너(Container)의 Property중 vscroll의 기능을 설명해줘
|
세로 스크롤 사용 여부
|
컨테이너(Container)의 Property중 vscroll의 예제를 알려줘
|
SetCtlProp(\"Container0\ \"vscroll\ \"1\")
|
컨테이너(Container)의 Property중 hscroll의 기능을 설명해줘
|
가로 스크롤 사용 여부
|
컨테이너(Container)의 Property중 hscroll의 예제를 알려줘
|
SetCtlProp(\"Container0\ \"hscroll\ \"1\")
|
컨테이너(Container)의 Property중 scroll_ly_vert의 기능을 설명해줘
|
스크롤 설정
|
컨테이너(Container)의 Property중 scroll_ly_vert의 예제를 알려줘
|
SetCtlProp(\"Container0\ \"scroll_ly_vert\ \"너비,높이\")
|
컨테이너(Container)의 Property중 outlineshape의 기능을 설명해줘
|
외곽선 사용 설정
|
컨테이너(Container)의 Property중 outlineshape의 예제를 알려줘
|
SetCtlProp(\"Container0\ \"outlineshape\ \"1\")
|
컨테이너(Container)의 Property중 scroll_pos의 기능을 설명해줘
|
스크롤의 위치 설정 (top, vcenter, botton, left, hcenter, right)
|
컨테이너(Container)의 Property중 scroll_pos의 예제를 알려줘
|
SetCtlProp(\"Container0\ \"scroll_pos\ \"vcenter\")
|
트랜매니저(TranManager)의 Method중 ClearInputData의 기능을 설명해줘
|
인자값으로 전달된 서비스의ㅣ InBlock 데이터들을 Clear 시킨다."
|
트랜매니저(TranManager)의 Method중 ClearInputData의 예제를 알려줘
|
ClearInputData(false, \"c1006\")
|
트랜매니저(TranManager)의 Method중 ClearOutputData의 기능을 설명해줘
|
인자값으로 전달된 서비스의 OutBolock 데이터들을 Clear 시킨다. - 원형 : void ClearOutputData(BOOL bReal, LPCTSTR szTranID)
|
트랜매니저(TranManager)의 Method중 ClearOutputData의 예제를 알려줘
|
ClearOutputData(false, \"c1006\")
|
트랜매니저(TranManager)의 Method중 GetDataMsgText의 기능을 설명해줘
|
인자값으로 전달된 TR의 메시지 텍스트를 얻어 온다
|
트랜매니저(TranManager)의 Method중 GetDataMsgText의 예제를 알려줘
|
Msg = GetDataMsgText(\"c1006\")
|
트랜매니저(TranManager)의 Method중 GetDataMsgCode의 기능을 설명해줘
|
인자값으로 전달된 TR의 메시지 코드를 얻어 온다
|
트랜매니저(TranManager)의 Method중 GetDataMsgCode의 예제를 알려줘
|
Msg = GetDataMsgCode(\"c1006\")
|
트랜매니저(TranManager)의 Method중 GetItemAttr의 기능을 설명해줘
|
인자로 넘겨준 TR의 특정 필드의 데이터의 Attribute 값을 얻어 옴
|
트랜매니저(TranManager)의 Method중 GetItemAttr의 예제를 알려줘
|
strVal = GetDataAttr(bReal, sTranID, sBlockName, sFieldName, nIndex)
|
트랜매니저(TranManager)의 Method중 GetItemData의 기능을 설명해줘
|
인자값으로 전달된 필드의 데이터 값을 얻어 온다
|
트랜매니저(TranManager)의 Method중 GetItemData의 예제를 알려줘
|
strData = GetDataValue(bReal, sTranID, sBlockName, sFieldName, nIndex)
|
트랜매니저(TranManager)의 Method중 GetDataCount의 기능을 설명해줘
|
인자값으로 전달 된 TR의 해당 블록의 서버에서 내려 받은 총 데이터 건수를 얻어 옴
|
트랜매니저(TranManager)의 Method중 GetDataCount의 예제를 알려줘
|
strVal = GetDataCount(bReal, sTranID, sBlockName)
|
트랜매니저(TranManager)의 Method중 IsMoreNextData의 기능을 설명해줘
|
인자값으로 전달된 TR의 연속 데이터 유무를 얻어 온다
|
트랜매니저(TranManager)의 Method중 IsMoreNextData의 예제를 알려줘
|
bIsMore = IsMoreNextData(sTranID)
|
트랜매니저(TranManager)의 Method중 RequestTranData의 기능을 설명해줘
|
인자값으로 전달된 TR의 조회 요청
|
트랜매니저(TranManager)의 Method중 RequestTranData의 예제를 알려줘
|
RequestData(\"c1006\")
|
트랜매니저(TranManager)의 Method중 RequestNextData의 기능을 설명해줘
|
인자값으로 전달된 TR의 다음 데이터 조회 요청
|
트랜매니저(TranManager)의 Method중 RequestNextData의 예제를 알려줘
|
RequestNextData(\"c1006\")
|
트랜매니저(TranManager)의 Method중 SetDataAttr의 기능을 설명해줘
|
인자로 전달된 TR의 특정 필드의 Attribute 값을 설정한다.
|
트랜매니저(TranManager)의 Method중 SetDataAttr의 예제를 알려줘
|
SetDataAttr(bReal, sTranID, sBlockName, sFieldName, nIndex, attr)
|
트랜매니저(TranManager)의 Method중 SetDataValue의 기능을 설명해줘
|
인자로 전달된 TR의 특정 필드의 데이터 값을 설정한다.
|
트랜매니저(TranManager)의 Method중 SetDataValue의 예제를 알려줘
|
SetDataValue(bReal, sTranID, sBlockName, sFieldName, nIndex, szValue)
|
트랜매니저(TranManager)의 Method중 RequestRealData의 기능을 설명해줘
|
인자값으로 전달된 TR을 데이터 아이템에 저장된 실시간 코드를 등록하도록 서버에 요청한다.
|
트랜매니저(TranManager)의 Method중 RequestRealData의 예제를 알려줘
|
RequestRealData(sTranID)
|
트랜매니저(TranManager)의 Method중 CancelRealData의 기능을 설명해줘
|
인자값으로 전달된 TR을 데이터 아이템에 저장된 실시간 코드를 취소하도록 서버에 요청한다.
|
트랜매니저(TranManager)의 Method중 CancelRealData의 예제를 알려줘
|
CancelRealData(sTranID)
|
트랜매니저(TranManager)의 Method중 SetDataReject의 기능을 설명해줘
|
인자로 전달되는 TR을 Before시에는 TR 조회를 안올리고, Receive시에는 컨트롤에 반영하지 않음.
|
트랜매니저(TranManager)의 Method중 SetDataReject의 예제를 알려줘
|
SetDataReject(sTranID)
|
트랜매니저(TranManager)의 Event중 OnReceiveRealComplete의 기능을 알려줘
|
실시간 데이터를 수신 후 컨트롤에 반영한 뒤 발생, 파라미터(szTranID:TranID)
|
트랜매니저(TranManager)의 Event중 OnReceiveRealData의 기능을 알려줘
|
실시간 데이터를 수신 후 컨트롤에 반영하기 전 발생, 파라미터(szTranID:TranID)
|
트랜매니저(TranManager)의 Event중 OnReceiveTranComplete의 기능을 알려줘
|
조회 후 데이터를 모두 내려 받고 화면에 반영 후 발생. , 파라미터(szTranID:TranID)
|
트랜매니저(TranManager)의 Event중 OnReceiveTranData의 기능을 알려줘
|
조회 후 데이터를 모두 내려 받고 화면에 반영 하기 전 발생, 파라미터(szTranID:TranID)
|
트랜매니저(TranManager)의 Event중 OnReceiveTranError의 기능을 알려줘
|
조회 후 Error 메제지가 도착했을 때 발생, 파라미터(szTranID:TranID, szErrCode:에러코드 , szErrMsg:에러메시지 )
|
트랜매니저(TranManager)의 Event중 OnSendRealBefore의 기능을 알려줘
|
실시간 데이터를 요청 시 발생, 파라미터(szTranID:TranID)
|
트랜매니저(TranManager)의 Event중 OnSendTranBefore의 기능을 알려줘
|
조회 데이터를 요청 시 발생, 파라미터(szTranID:TranID)
|
계좌번호(Account)의 Property중 ly_vert의 기능을 설명해줘
|
세로배치시 레이아웃 설정, (nLeft, nTop, nWidth, nHeight, bVisiable)
|
계좌번호(Account)의 Property중 ly_vert의 예제를 알려줘
|
SetCtlProp(\"Account0\ \"ly_vert\ szVal)
|
계좌번호(Account)의 Property중 ly_horz의 기능을 설명해줘
|
가로배치시 레이아웃 설정, (nLeft, nTop, nWidth, nHeight, bVisiable)
|
계좌번호(Account)의 Property중 ly_horz의 예제를 알려줘
|
SetCtlProp(\"Account0\ \"ly_horz\ szVal)
|
계좌번호(Account)의 Property중 left의 기능을 설명해줘
|
컨트롤의 왼쪽 좌표 설정
|
계좌번호(Account)의 Property중 left의 예제를 알려줘
|
SetCtlProp(\"Account0\ \"left\ szVal)\nGetCtlProp(\"Account0\ \"left\")
|
계좌번호(Account)의 Property중 top의 기능을 설명해줘
|
컨트롤의 Top 좌표 설정
|
계좌번호(Account)의 Property중 top의 예제를 알려줘
|
SetCtlProp(\"Account0\ \"top\ szVal)\nGetCtlProp(\"Account0\ \"top\")
|
계좌번호(Account)의 Property중 width의 기능을 설명해줘
|
컨트롤의 너비 설정
|
계좌번호(Account)의 Property중 width의 예제를 알려줘
|
SetCtlProp(\"Account0\ \"width\ 300)\nGetCtlProp(\"Account0\ \"width\")
|
계좌번호(Account)의 Property중 height의 기능을 설명해줘
|
컨트롤의 높이 설정
|
계좌번호(Account)의 Property중 height의 예제를 알려줘
|
SetCtlProp(\"Account0\ \"height\ 30)\nGetCtlProp(\"Account0\ \"height\")
|
계좌번호(Account)의 Property중 enabled의 기능을 설명해줘
|
활성화 여부 설정
|
계좌번호(Account)의 Property중 enabled의 예제를 알려줘
|
SetCtlProp(\"Account0\ \"enable\ \"1\")\nGetCtlProp(\"Account0\ \"enable\")
|
계좌번호(Account)의 Property중 bgcolor의 기능을 설명해줘
|
Label의 배경색 설정
|
계좌번호(Account)의 Property중 bgcolor의 예제를 알려줘
|
SetCtlProp(\"Account0\ \"bgcolor\ \"108:135206235\")
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.