FormatWhereStmtFromURL

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 FormatWhereStmtFromURL(fcURL URL)

FormatWhereStmtFromURL formats the where statement at the time of data population, if a query is provided as the URL in a form window.

Parameters

Name Description
fcURL URL The URL or the query which needs to be formatted

Returns

The created where statement or 'NoQuery' if the method fails to process the URL in any way.

Comments

Used in cControlSelectionComboBox at the time of data population.