Product Logo

CNS Query

Query your databases without relationships.

Functions

CNSQuery_LayoutExists

NameCNSQuery_LayoutExists
Description

This function checks for the Existence of a Layout in the current Database File. The parameter is the Name of the Layout to look for.

Return TypeNumber (1=True, 0=False)
FormatCNSQuery_LayoutExists ( LayoutName )
Required Parameters
LayoutName

The Name of the Layout to search for.

Example
Example 1

Returns 1 when a Layout Named "ZLayout" exists in the current Database File.

CNSQuery_LayoutExists( "ZLayout" )