Edit Table Cell Selection (OpenInsight Specific)
At 18 DEC 1998 12:01:06AM Tom Horan wrote:
I know how to programmatically change an edit table to allow Row Selection or Column Selection (they highlight when clicked). My question is there a way to only highlight the "Cell" that is clicked?
At 18 DEC 1998 01:21AM Greg James, ISIS, Inc. wrote:
Have you tried:
Send_Message(CtrlEntId,'COLOR_BY_POS',Column,Row,BackColor:@FM:ForeColor)