Creating Form Queries
Use this procedure as a general guideline for creating form queries through the Query Builder. Form queries, when placed in your custom applications, can update the database. However, when you execute the form query through the Query Builder, the query is "read-only."
When creating form queries, you can use the following application data objects to define the query:
Object | Description |
---|---|
Data area | The data area or data ID that contains the form you want to use in the query. |
System code | System codes are subsets of the product line, and contain the forms you want to use in the query. To select a form, you must expand the list of system codes and then expand the specific system code that contains the form you want. |
Form | Forms provide access to the data you want to query. |
You can also control the data in the query by using command properties. These command properties include controlling the key level specified as an end of set condition, overriding the form's default function codes, and controlling the read/write status of the query.
To create a form query