小问题 求救(10分)

  • 主题发起人 主题发起人 leo_zzz
  • 开始时间 开始时间
L

leo_zzz

Unregistered / Unconfirmed
GUEST, unregistred user!
...
if not dm.TbProduct.Locate('编号',flatedit1.Text,lopartialkey) then
....

怎么通过不了编译? 提示说 undeclared indetifier: 'lopartialkey'

谁帮我看看
 
uses db;了没有.
 
uses db?

什么? 那个DataMould 就是 我定义的dm use 了
 
真服了你,连集合都不知。
用[]
[lopartialkey]
看Help
TbProduct.Locate('编号',flatedit1.Text,[lopartialkey])
 
多人接受答案了。
 
后退
顶部