Retreive Cell colour (OpenInsight 32-bit Specific)
At 03 SEP 2003 03:56:42AM Colin Rule wrote:
You can set a col/row/cell color using COLOR_BY_POS.
Is there any way of going a get-property to find out what any specific cell colour is?
I can store info in a common, but seems a little extravagant.
TIA
Colin
At 04 SEP 2003 12:39AM Barry J Stevens wrote:
Could you find it in the Controls PS Attributes?
EQU PSPOS_BKCOLOR$ TO 17
EQU PSPOS_FORECOLOR$ TO 18
Barry