<< Click to Display Table of Contents >>

GetDataSetRowIndex

데이터셋의 현재 레코드 커서 인덱스를 가져옵니다.

Prototype

integer GetDataSetRowIndex()

Reference

리턴되는 인덱스는 One-Based Index입니다.

사용자 지정 패러미터에 추가된 수식 필드인 경우 항상 0을 리턴합니다.

Example

This.SetFieldData(This.GetDataSetRowIndex());