UtilTableNumberIsInUse - cDbUpdateFunctionLibrary

To check if a table exists in Filelist.cfg.


Type: Function


Parameters: Handle hTable

Parameter

Description

hTable

The filelist number


Syntax


Function UtilTableNumberIsInUse Handle hTable Returns Boolean

Call:

Get UtilTableNumberIsInUse 45 to bExists



Description

Checks if a table exists as a files lot in Filelist.cfg. Returns True if it does exist.



Example


Procedure OnClick

    Boolean bExists 

   

    Get UtilTableNumberIsInUse 2 to bExists

End_Procedure