TableName

字符型,返回窗口的所有者表的表名。

示例

打开订单表的所有窗口:

For Each frm As WinForm.Form In Forms
    If
frm.TableName = "订单"
Then
        frm.Open()

    End
If
Next

 


本页地址:http://www.foxtable.com/webhelp/topics/0707.htm