Table.Filter(50分)

  • 主题发起人 主题发起人 Justin
  • 开始时间 开始时间
J

Justin

Unregistered / Unconfirmed
GUEST, unregistred user!
能否用Ttable.filter查找子串%<str>%的记录?
 
filter是以字符串的形式进行检索,应该可以查找%%,关键是字符串的表示方法
 
u can write sth. in 'onfilterrecord' event.
 
ttable1.onfilterrecord
begin
if 条件 then
accept:=true;
end;
 
不能直接使用。就向上两位所说的要写在ONFILTERRECORD中
自己判断、分析
 
Filter := 'fieldname1=''%%'''; //fieldname1是要查的字段名
FilterOption 设为局部匹配(怎么设忘了,自己看help...)
 
小弟系统坏了,所以没有及时回答,抱歉。
钱还是大家分吧
 
后退
顶部