Define a query
- Last Updated: December 20, 2023
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
After the DEFINE BUTTON statements, the next statements define the two queries
your procedure uses:
|
These statements define the query objects that your code later opens using the specific
WHERE clause you defined in the Query Builder.
The Order query got its name by default from the browse that
displays its data, which you see next. The Customer query got its
name from the frame it is in. You learn more about queries in Use Queries.