關于刪除的一個問題﹖急
我要刪除一條記錄﹐我用在語句是﹕
sele 表名
t=thisform.txtno.value
t=emplno
rnt=("確定要刪除﹕"+t+"的資料嗎?",1)
if rnt=2
return
endif
sele 表名
dele
thisform.grid1.refresh但不能刪除﹐不知道是什么問題啊﹖
我要刪除一條記錄﹐我用在語句是﹕
sele 表名
t=thisform.txtno.value
t=emplno
rnt=("確定要刪除﹕"+t+"的資料嗎?",1)
if rnt=2
return
endif
sele 表名
dele
thisform.grid1.refresh但不能刪除﹐不知道是什么問題啊﹖