初学者的问题(locate函数,mdi)(50分)

  • 主题发起人 主题发起人 menmokey
  • 开始时间 开始时间
M

menmokey

Unregistered / Unconfirmed
GUEST, unregistred user!
if not dm_talead.ADOTable1_custom.Locate('name',name_fromexchange,[loPartialKey]) then
showmessage('没有这个会员记录!');

[Error] Unit_custom.pas(245): Undeclared identifier: 'loPartialKey'
[Error] Unit_custom.pas(245): Incompatible types: 'TLocateOption' and 'Integer'

还有让mdi中的一个子窗体top用什么方法
 
Locate的参数有问题,你看看Help吧
 
1:加入DB单元
或再定义如下类型
type
TLocateOption = (loCaseInsensitive, loPartialKey);
TLocateOptions = set of TLocateOption;
2:bringtofont将MDI子窗口到Top
 
接受答案了.
 

Similar threads

S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
I
回复
0
查看
950
import
I
I
回复
0
查看
705
import
I
后退
顶部