if Key = #13 then
if not DM1.tblBusiness.Locate('BusinessName',edtSerch.Text, [loPartialKey]) then
ShowMessage('[' + edtSerch.Text + '] 를 찾을수가 없습니다.');
[Error] Serch.pas(30): Undeclared identifier: 'loPartialKey'
이렇게 에러가 나오는데 위 소스에서 틀린 부분이 있는지
고수분들 좀 갈켜주세요......ㅡㅡ;;
델초보...^^; wrote:
> if Key = #13 then
> if not DM1.tblBusiness.Locate('BusinessName',edtSerch.Text, [loPartialKey]) then
> ShowMessage('[' + edtSerch.Text + '] 를 찾을수가 없습니다.');
>
> [Error] Serch.pas(30): Undeclared identifier: 'loPartialKey'
>
> 이렇게 에러가 나오는데 위 소스에서 틀린 부분이 있는지
>
> 고수분들 좀 갈켜주세요......ㅡㅡ;;