Kbase P41796: How to alternate the background color for the browser rows?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Status: Unverified
GOAL:
How to alternate the background color for the browser rows?
GOAL:
How to change the color for a particular row in a browser?
FACT(s) (Environment):
Progress 9.1D
FIX:
Use the following syntax to change the color for a particular row in a browser:
<column-name>:BGCOLOR IN BROWSE {&BROWSE-NAME} = <color-code>.
where column-name is an existing column in a browser
BROWSE-NAME is the proprocessor defined for the browser name
color code is an integer between 0 and 16 or ? ( unknown )
To make the entire row in the same color we have to assign the color for each column in the browser.