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?
Have you tried:
Send_Message(CtrlEntId,'COLOR_BY_POS',Column,Row,BackColor:@FM:ForeColor)