Q&A

  • Locate문에서 loPartialKey에서 에러가 나는데요....
if Key = #13 then

if not DM1.tblBusiness.Locate('BusinessName',edtSerch.Text, [loPartialKey]) then

ShowMessage('[' + edtSerch.Text + '] 를 찾을수가 없습니다.');



[Error] Serch.pas(30): Undeclared identifier: 'loPartialKey'



이렇게 에러가 나오는데 위 소스에서 틀린 부분이 있는지



고수분들 좀 갈켜주세요......ㅡㅡ;;

1  COMMENTS
  • Profile
    감초 2001.04.10 20:45
    일단 loPartialKey위에다 cursor를 넣고 F1을 누르면 이것이 지정된 Unit이름이 나올겁니다. 그리고 이 유닛이 위에서 uses란에 있나 확인하세요.



    델초보...^^; 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'

    >

    > 이렇게 에러가 나오는데 위 소스에서 틀린 부분이 있는지

    >

    > 고수분들 좀 갈켜주세요......ㅡㅡ;;