1
13708782004
Unregistered / Unconfirmed
GUEST, unregistred user!
dim ds2 as dataset = new dataset()
dim sql
dim i
SQL="SELECT * FROM FA_BOM where Checked=1 and iid=380"
createdataset(SQL,ds2)
with DS2.tables(0)
i =.rows.count
end with
IF i=1 then
chkExport.Checked=True
msgbox(sql)
为什么判断,是否有记录那么难?
dim sql
dim i
SQL="SELECT * FROM FA_BOM where Checked=1 and iid=380"
createdataset(SQL,ds2)
with DS2.tables(0)
i =.rows.count
end with
IF i=1 then
chkExport.Checked=True
msgbox(sql)
为什么判断,是否有记录那么难?