아래구문을 컴파일하면
1 with CGDM.Jp do begin
2 Fieldbyname('Jpno').AsString := CGDM.GetJpNo;
3 if State = DsInsert then RGVat.ItemIndex := 2; //부가세는 기본세율
3번 라인에서 DsInsert를 알수없다는
( Undeclared identifier: 'DsInsert') 에러가 발생합니다.
어디서 문제가 생길까요???
DB는 정확히 구현이 되어 있걸랑요...
if State in [DsInsert ]
아마 이렇게 해야 할겁니다.