* _DATA.H

***********************************
* Constants for classes
#DEFINE MB_ICONEXCLAMATION		48
#DEFINE MB_QUESTIONYESNO	36
#DEFINE MB_ISYES			6

***********************************
* strings for _cbodistinctvalues classes

#DEFINE NO_TABLE_LOC "The table alias must be specified in the controlSource property, in the format 'alias.column'."

***********************************
* strings for _cbolookup classes

#DEFINE NO_LOOKUP_TABLE_LOC "A lookup table must be specified in the 'lookup_table' property (combo box " + THIS.name + ")."
#DEFINE NO_DISPLAY_COLUMN_LOC "A display column must be specified in the 'display_column' property (combo box " + THIS.name + ")."
#DEFINE NO_RETURN_COLUMN_LOC "A return column must be specified in the 'return_column' property (combo box " + THIS.name + ")."

***********************************
* strings for _conflicts classes

#DEFINE CS_NOALIAS_LOC					"커서를 지정하지 않았습니다.."
#DEFINE CS_ROWCONFLICT_LOC				"문제가 발생한 레코드 : "
#DEFINE CS_NOCONFLICTS1_LOC				"데이터 충돌은 없습니다."
#DEFINE CS_NOCONFLICTS_LOC				"더이상의 데이터 충돌은 없습니다."
#DEFINE CS_NOBUFFER_LOC					"데이터가 버퍼 상태가 아니면 충돌을 검사할 수 없습니다."
#DEFINE WAIT_REVERTFAIL_LOC		"복구 실패"
#DEFINE WAIT_REVERT1_LOC		"1 레코드 복구완료"
#DEFINE	WAIT_UPDATEOK_LOC		"저장 완료"
#DEFINE	WAIT_UPDATEFAIL1_LOC	"저장 실패. Primary 키가 수정되었으므로..."

***********************************
* strings for _execsp classes

#DEFINE BADPARMS_LOC	"최소한 3개 이상의 매개변수가 있어야 합니다."

***********************************
* strings for _offline classes
#DEFINE C_NODATABASE_LOC	"데이터베이스나 뷰가 지정되지 않았습니다"
#DEFINE C_NOVIEWS_LOC		"오프라인으로 만들 뷰가 지정되지 않았습니다."
#DEFINE C_OKONLINE_LOC		"뷰를 온라인으로 만드는 작업이 완료되었습니다"
#DEFINE C_RECORDCONLICT_LOC "뷰를 저장하는 도중 레코드에서 데이터 충돌이 발생했습니다 : "
#DEFINE C_FAILONLINE_LOC 	"뷰를 온라인으로 만드는데 실패 : "
#DEFINE C_NOOPEN_LOC 		"뷰를 열수 없습니다 : "
#DEFINE C_FAILOFFLINE_LOC	"뷰를 오르라인으로 만드는데 실패 : "
#DEFINE C_OKOFFLINE_LOC		"뷰를 오프라인으로 만드는 작업이 완료되었습니다."

***********************************
* strings for _datachecker class

#define NOBUFF1_LOC 'Data buffering is not enabled.'
	#define WINDMSG_LOC "Invalid value passed to conflictmanager.handlerecord"
* Declare constants & variables
#define CR_LOC CHR(13)
#define SAVE_LOC "디스크의 현재 데이터를 수정한 데이터로 변경하겠습니까?" + CR_LOC + "('취소'를 선택하면 수정전 데이터로 복구됩니다)"
#define CONFLICT_LOC "데이터 충돌"
#define VERIFY_LOC "수정 여부 검사"
#define ORG_LOC "수정전 값: "
#define CUR_LOC "디스크 값: " 
#define CHG_LOC "수정후 값: "
#define MEMO_LOC "은 메모 필드입니다."
#define FIELD_LOC "필드: "
#define RECORD_LOC "레코드 번호: "
#define VALCHG1_LOC "다른 사용자에 의해 데이터가 수정되었습니다."
#define VALCHG2_LOC "데이터가 수정되었습니다."
#define SAVECHG_LOC '수정된 데이터를 저장하겠습니까?'
#define SAVECHG2_LOC '수정 데이터 저장'

***********************************
* strings for _datanavbtns class
#define NUM_LOC "오류 번호: "
#define PROG_LOC "프로시저: "
#define MSG_LOC "오류 메시지: "
#define SELTABLE_LOC "선택된 테이블:"
#define OPEN_LOC "열기"
#define SAVE1_LOC "항상 수정된 데이터를 저장하겠습니까?"
#define CONFLICT_LOC "데이터 충돌을 처리할 수 없습니다."