F
flyman1
Unregistered / Unconfirmed
GUEST, unregistred user!
编译以下语句
if frmMain.tbGroup.state in [dsInsert,dsedit] then
frmMain.tbGroup.post;
时显示以下错误
Undeclared identifier: 'dsInsert'
Incompatible types: 'TDataSetState' and 'Integer'
是何原因,请各位大侠指正。
if frmMain.tbGroup.state in [dsInsert,dsedit] then
frmMain.tbGroup.post;
时显示以下错误
Undeclared identifier: 'dsInsert'
Incompatible types: 'TDataSetState' and 'Integer'
是何原因,请各位大侠指正。