以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.com/bbs/index.asp)
--  专家坐堂  (http://foxtable.com/bbs/list.asp?boardid=2)
----  关于,副本中,table。current。lines。不知道该怎么写了。。。  (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=111637)

--  作者:rxfmrqq
--  发布时间:2017/12/26 16:14:00
--  关于,副本中,table。current。lines。不知道该怎么写了。。。

For Each str As String In e.DataTable.current.lines("产品备注")
    If str.Contains("属性信息") = True Then
        Dim stl As String
        stl = str.SubString(5,stl.length - 5)
        MessageBox.show(stl)
        Return

 

 

,老师,您好,这串代码怎么写都不对。

 

For Each str As String In currentTable.current.lines("产品备注")

这样也不对。

我该怎么写?

 

当前 表 是 窗口下的 table 副本。

 


--  作者:有点甜
--  发布时间:2017/12/26 16:16:00
--  
For Each str As String In e.Form.Controls("Table1").Table.current.lines("产品备注")
--  作者:有点甜
--  发布时间:2017/12/26 16:17:00
--  
For Each str As String In e.Form.Controls("Table1").Table.current.datarow.lines("产品备注")