4D v14.3Is table number valid |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v14.3
Is table number valid
|
Is table number valid ( tableNum ) -> Function result | ||||||||
Parameter | Type | Description | ||||||
tableNum | Longint |
![]() |
Table number | |||||
Function result | Boolean |
![]() |
True = table exists in database, False = table does not exist in database | |||||
The Is table number valid command returns True if the table whose number is passed in the tableNum parameter exists in the database and False otherwise. Keep in mind that the command returns False if the table is in the Trash of the Explorer.
This command can be used to detect any table deletions, which create gaps in the sequence of table numbers.
Product: 4D
Theme: Structure Access
Number:
999
Created: 4D v11 SQL
Get last table number
Is field number valid
4D Language Reference ( 4D v12.4)
4D Language Reference ( 4D v11 SQL Release 6)
4D Language Reference ( 4D v14 R3)
4D Language Reference ( 4D v14 R2)
4D Language Reference ( 4D v13.5)
4D Language Reference ( 4D v14.3)
4D Language Reference ( 4D v14 R4)