F
fl112900
Unregistered / Unconfirmed
GUEST, unregistred user!
我有个 aa.dbf表
adoquery4.Close;
adoquery4.SQL.Clear;
adoquery4.SQL.Add('Select 含水 From aa where 含水>=''+strtofloat(trim(edit1.text))/100+'' and 年月=''20011231''' );
adoquery4.Open;
这是个查询语句
我想让 含水的值从edit 中取得!
edit1.text :=40 %(%不在edit1.text 中) 要转换为小数
这样写会出错 含水>=''+strtofloat(trim(edit1.text))/100+'' 应该怎样写!!
adoquery4.Close;
adoquery4.SQL.Clear;
adoquery4.SQL.Add('Select 含水 From aa where 含水>=''+strtofloat(trim(edit1.text))/100+'' and 年月=''20011231''' );
adoquery4.Open;
这是个查询语句
我想让 含水的值从edit 中取得!
edit1.text :=40 %(%不在edit1.text 中) 要转换为小数
这样写会出错 含水>=''+strtofloat(trim(edit1.text))/100+'' 应该怎样写!!