DataSourceFormatSqlWhere

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.

Long String DataSourceFormatSqlWhere(  )

The DataSourceFormatSqlWhere formats the complete where statement for a data source.

Returns

The complete where statement for the datasource

Comments

The where statement follows the template "where <default where> and <parent where> and <user where>".

<default where> - the where expression specified in Foundation1 properties

<parent where> - the where expression generated by the framework for detail data sources as a result of master-detail relationships between the data sources.

<user where> - extra where expression set by function DataSourceUserWhere (e.g. by using the query dialog).