以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.com/bbs/index.asp)
--  专家坐堂  (http://foxtable.com/bbs/list.asp?boardid=2)
----  _identify 的访问  (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=159113)

--  作者:gv2000
--  发布时间:2020/12/14 15:11:00
--  _identify 的访问

请问老师怎样访问 _identify


    Case "前单"
        With Tables("生产任务单")
            If  .Position >= 1
                .Position = .Position - 1
Else
Dim id As Integer = .Current(_identify)
            End If
        End With


--  作者:有点蓝
--  发布时间:2020/12/14 15:15:00
--  
Dim id As Integer = .Current("_identify")