Kbase 13573: How to suppress the underlines in a read-only editor widget
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/10/1998 |
|
How to suppress the underlines in a read-only editor widget
If you want to turn off the underlines that display in the editor
read-only widget, you need to set PFCOLOR to 0. This should be done
in the "Runtime Attributes and UIB Settings." The code looks like:
EDITOR-1:PFCOLOR = 0
EDITOR-1:READ-ONLY IN FRAME FRAME-A = TRUE.
There is a description of this in the Programming Handbook on page
21-7 and 21-8.
18 Nov 94
Progress Software Technical Support Note # 13573