Writing portable color and font definitions
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
To write portable color and font definitions directly
from the current color and font tables, use the PUT–KEY–VALUE statement
with the COLOR or FONT option.
For example, if you allow the user to change color 8 during a session through
the color common dialog (SYSTEM–DIALOG COLOR statement),
you can save the new color definition in the current environment
using this statement:
|
You can save all current color definitions from the color table using this statement:
|
For more information on these statements, see ABL Reference.