Color in an ADDTABLE statement (OpenInsight Specific)
At 03 FEB 2000 01:24:51PM Bruce wrote:
Hello,
I am working on an application that displays a list of high/low values. I am using an ADDTABLE statement to display the values. I need to display the column text in red or blue depending on the value. Is the ADDABLE statement capable of this?
Thanks Bruce
At 03 FEB 2000 07:29PM [email protected] wrote:
Bruce,
ADDTABLE is an OIPI command. I believe you might be able to change the color of a column by setting the value in Parm5 (see OIPI Help Document. Let us know how you do since I've not manipulated this feature (yet).
[email protected] onmouseover=window.status=imagine … ;return(true)"
Ray Chan ~ Symmetry Info
At 04 FEB 2000 06:41PM Barry Stevens wrote:
The ADDTABLE colur changes the colour off all the text in the table.
To change the colour of the text for one column you will need to do - (pseudo code)
set table values - exept high/low
get current POS
ADDTABLE
reset pos to prev pos
set the High/Low vale in table
change table text colour
ADDTABLE
Barry