G
guixm001
Unregistered / Unconfirmed
GUEST, unregistred user!
d1:=encodedate(se_year.Value,se_month.Value,1);
d2:=encodedate(se_year.Value,se_month.Value+1,1);
Tab_yuanclrk.Filter:= 'fld_riq<=d2 and fld_riq>=d1';
上面的代码哪里有错,我不明白,se_year,se_year分别是用来输入年月的Tspinedit.
d2:=encodedate(se_year.Value,se_month.Value+1,1);
Tab_yuanclrk.Filter:= 'fld_riq<=d2 and fld_riq>=d1';
上面的代码哪里有错,我不明白,se_year,se_year分别是用来输入年月的Tspinedit.