GetAllTables

GetAllTables

Syntax

cDatabaseTables
.GetAllTables

VB6 Procedure

Function GetAllTables (ByRef NumberTables As Integer, 
 ByRef TableKey As As String(), ByRef TableName As As String(), ByRef ImportType 
 As Integer (), IsEmpty As Boolean() ) As Integer 

Parameters

NumberTables

Returned Item: The number of tables that are currently 
 available for display. 

TableKey

Returned Item: zero-based array 
 of the table keys for the available tables. 

TableName

Returned Item: A zero-based array of the table names 
 for the available tables. 

ImportType

Returned Item: This is either 0, 1, 2 or 3 indicating 
	 the import type for the table. 

0= not importable

1= importable, but not interactively 
	 importable

2= importable and interactive importable 
	 when he model is unlocked

3= importable and interactive importable 
	 when he model is unlocked and locked

IsEmpty

Returned Item: 
False
 means 
 data is available in the model to fill the table. 
True

 means there is no data in the model to fill the table. 

Remarks

Returns all of the tables along with their import type 
 and indicates if any data is available in the model to fill the table 
 .

Release Notes

Initial release in version 23.0.0

See Also

GetAvailableTables