UserDefinedQueryGet

Note: This page includes content based on the F1 documentation for Centura development. It may be partially converted to support APF development, but should be regarded to be of uncertain actuality. It is provided as is. Eventually, it should be replaced by documentation available from within Visual Studio.

SalString UserDefinedQueryGet(SalNumber nGlobal, SalString sQuery)	

The UserDefinedQueryGet method will return the body of the query when the name of the query is provided after reading from User Profile.

Parameters

Name Description
SalNumber nGlobal whether the query is a global query or not
SalString sQuery  

Returns

This method returns the query body which has been requested.

Comments

Queries of both types can be used in this method. If the query is Global, nGlobal = 1.