4D v16.3QUERY SELECTION |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v16.3
QUERY SELECTION
QUERY SELECTION
QUERY SELECTION looks for records in aTable.The QUERY SELECTION command changes the current selection of table for the current process and makes the first record of the new selection the current record. QUERY SELECTION works and performs the same actions as QUERY. The difference between the two commands is the scope of the query:
For more information, see the description of the QUERY command. The QUERY SELECTION command is useful when a query cannot be defined using a sequence of QUERY calls joined with the * parameter. Typically, it is the case when you want to query a current selection that does not result from a previous query, but from a command such as USE SET. You want to query the records that have been previously highlighted by the user in a list form. You can write: USE SET("UserSet") //replace the current selection with the highlighted records You will find all companies located in New York City, with a Stock Exchange activity, among the initial user selection.
See also
|
PROPERTIES
Product: 4D HISTORY
Modified: 4D v6.5 ARTICLE USAGE
4D Language Reference ( 4D v16) |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||