TableNewWindow Method
Creates or activates a view onto a named table, displaying columns within the table. The view is displayed in a table window.
Visual Basic |
---|
Public Function TableNewWindow( _
ByVal table As String _
) As Integer
|
- table
- The named table to view.
Available: D
Group:
sis.TableNewWindow ("HouseData")
Displays a table window containing the information from the columns of the table HouseData.