F
fluganto
Unregistered / Unconfirmed
GUEST, unregistred user!
各位大俠,請問一下table.locate()的用法, 我在程序裡這樣寫老是去錯:
Table1.locate('rt_no',trim(Edit1.text),[loPartialKey]);
提示: Undeclared identifier:'loPartialKey'
Incombpatible types: 'TlocateOptions' and 'Integer'
但我在書上和Delphi的幫助中都看到可以這樣寫,不知道出錯的原因是什麼?
要怎麼樣去寫這個語句?
謝謝各位幫忙!
Table1.locate('rt_no',trim(Edit1.text),[loPartialKey]);
提示: Undeclared identifier:'loPartialKey'
Incombpatible types: 'TlocateOptions' and 'Integer'
但我在書上和Delphi的幫助中都看到可以這樣寫,不知道出錯的原因是什麼?
要怎麼樣去寫這個語句?
謝謝各位幫忙!