Define a browse
- Last Updated: December 14, 2023
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Next is the statement to define your Order browse:
|
This code first names the query the browse is defined for, and then the list of fields to
display, along with their formats. Finally there is a list of attributes for the browse
itself, in a phrase starting with the keyword WITH. You can set these
and other attributes in the Browse property sheet you looked at in Use property sheets.