Kbase P106168: How to modify the height of a browse row?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  7/7/2005 |
|
Status: Unverified
GOAL:
How to modify the height of a browse row?
FIX:
The browse ROW-HEIGHT-CHARS and ROW-HEIGHT-PIXELS attributes are read/write attributes. For example, the following code doubles the height of the browse rows:
BROWSE-1:ROW-HEIGHT-PIXELS = BROWSE-1:ROW-HEIGHT-PIXELS * 2.
The following code assigns 1 to the ROW-HEIGHT-CHARS attribute of the browse:
BROWSE-1:ROW-HEIGHT-CHARS = 1.