8# 大中 小发表于 2008-10-7 00:12 只看该作者
编写“删除记录”命令按钮控件的代码如下:
Long num
Integer yess
Yess =messagebox(“注意!”,”删除的记录不可恢复!确认要删除吗?”,question!,yessno!)
If yess=1 then
Num=dw_2.getrow()
//Deleterow(dw_2.num) //错误
deleterow(num)
Else
Messagebox(“说明”,”记录没有被删除,仍然可以使用!”)
End if
提示如下:
error c0060:illegal enumerated constant:yessno
error c0019:incompatible property num for type dw_2
编写“删除记录”命令按钮控件的代码如下:
Long num
Integer yess
Yess =messagebox(“注意!”,”删除的记录不可恢复!确认要删除吗?”,question!,yessno!)
If yess=1 then
Num=dw_2.getrow()
//Deleterow(dw_2.num) //错误
deleterow(num)
Else
Messagebox(“说明”,”记录没有被删除,仍然可以使用!”)
End if
提示如下:
error c0060:illegal enumerated constant:yessno
error c0019:incompatible property num for type dw_2
雁过留声,人过留名