Text widgets
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
The text widget displays textual data without the decorations native to your windowing system. This means that data displays more compactly, so more iterations fit in a single display or printed page.
If you are working with fields or variables that use the fill-in
field as the default data widget, then the USE-TEXT option
of the frame phrase quickly converts the fill-in fields to text
widgets. For example:
|
If the default data widget is anything other than a fill-in field
or text widget, you need to use the VIEW-AS TEXT option
of the format phrase on each widget to convert the widget to a text
widget. For example:
|
Remember that the default data representation for a field comes
from the schema of the database, while the default for a variable
comes from the DEFINE VARIABLE statement.