售票系统 售出之后自动减少余票的代码怎么写啊 有大神知道吗
IF !isblank(allt()).and.!isblank(allt(thisform.text1.value)).and.!isblank(allt(thisform.text3.value))SELE 乘客信息数据表
APPE blank
REPL 车次 with allt() addi 日期 with datetime() addi 订购票人 with allt(thisform.text1.value) addi 身份证号 with allt(thisform.text3.value) addi 票价 with val(allt(thisform.label14.caption))
MESSAGEBOX('订购成功!',48,"错误")
ELSE
MESSAGEBOX('所有内容不能为空!',48,"错误")
ENDIF
我还想加一个自动减少余票的功能 怎么写代码啊