Product Logo

CNS Query

Query your databases without relationships.

Functions

CNSQuery_GetFMErrorText

NameCNSQuery_GetFMErrorText
Description

This function returns the Error Text associated with a FileMaker Pro error number.

Return TypeText
FormatCNSQuery_GetFMErrorText ( ErrorNumber )
Required Parameters
ErrorNumber

The Error Number of the Error Text you want.

Example
Example 1

Returns "Table is missing (106)".

CNSQuery_GetFMErrorText( 106 )