QUERY SELECTION BY FORMULA

4D - Documentation   Français   English   German   4th Dimension 2004, Command Theme List   4th Dimension 2004, Command Alphabetical List   4th Dimension 2004, Constant Theme List   Back   Previous   Next

version 3


QUERY SELECTION BY FORMULA ({table}{; }{queryFormula})

ParameterTypeDescription
tableTableTable for which to return a selection of records, or
Default table, if omitted
queryFormulaBooleanQuery formula

Description

QUERY SELECTION BY FORMULA looks for records in table. QUERY SELECTION BY FORMULA changes the current selection of table for the current process and makes the first record of the new selection the current record.

QUERY SELECTION BY FORMULA performs the same actions as QUERY BY FORMULA. The difference between the two commands is the scope of the query:

QUERY BY FORMULA looks for records among all the records in the table.

QUERY SELECTION BY FORMULA looks for records among the records currently selected in the table.

For more information, see the description of the command QUERY BY FORMULA.

See Also

QUERY, QUERY BY FORMULA, QUERY SELECTION.


4D - Documentation   Français   English   German   4th Dimension 2004, Command Theme List   4th Dimension 2004, Command Alphabetical List   4th Dimension 2004, Constant Theme List   Back   Previous   Next