?? 5 operator.txt
字號(hào):
open代碼
dw_score_student.settrans(sqlca)
dw_score_student.settransobject(sqlca)
增加
long ll_currentrow
ll_currentrow=dw_operator.insertrow(0)
dw_operator.scrolltorow(ll_currentrow)
dw_operator.setrow(ll_currentrow)
dw_operator.setfocus()
刪除
long ll_currentrow
ll_currentrow=dw_operator.insertrow(0)
dw_operator.scrolltorow(ll_currentrow)
dw_operator.setrow(ll_currentrow)
dw_operator.setfocus()
保存
dw_operator.update()
if sqlca.sqlcode<>0 then
rollback;
messagebox("錯(cuò)誤","存盤失敗!")
return
else
commit;
end if
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -