003. xfnSetFocus

xfnSetFocus 함수

구문

반환값

참고

예제

코드

'UserName의 필드가 비어있으면

'메시지를 보여주고, UserName필드로 포커스를 이동합니다.

If xfnIsEmpty(UserName) Then

    xsbErrMsg "성명은 필수항목 입니다."

    xfnSetFocus (UserName)

End If