以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.com/bbs/index.asp)
--  专家坐堂  (http://foxtable.com/bbs/list.asp?boardid=2)
----  代码合并  (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=110104)

--  作者:有点甜
--  发布时间:2017/11/26 17:57:00
--  

Dim idx As Integer = Tables("临时表").FindRow("加工工序 is null")
If idx >=0   Then
    msgbox("工序重号,不能保存,更改后再保存")
    Tables("工序跟踪表").Position = idx

    Return
End If