Kbase P13230: How to make the Tooltip of a widget to skip a line?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  12/03/2003 |
|
Status: Unverified
GOAL:
How to make the Tooltip of a Widget to skip a line?
FACT(s) (Environment):
Progress 9.x
FACT(s) (Environment):
Progress 8.x
FIX:
Use character tilde and n inside the tooltip.
DEF VAR i AS CHAR VIEW-AS FILL-IN TOOLTIP "aaaa ~n ~nbbbbb ~nccccc".
UPDATE i WITH THREE-D.
WAIT-FOR CLOSE OF THIS-PROCEDURE.