Color on Edit Table cells (OpenInsight 32-bit Specific)
At 27 AUG 2003 09:39:10AM Leon Shaffer wrote:
Does anyone know, or can answer, how to color the specific cell in an edit table that has focus - and of course to set the previous cell focus back to neutral color?
When I inquired Rev Tech Support about this several months ago, they said it could not be done, but could color the column, which we did - so the user know at least the column they are in and can kinda tell the position..but with the new table builder from RevTech, this seems to be an edit table with specific cell coloring on the focused cell…
At 27 AUG 2003 09:48AM The Sprezzatura Group wrote:
It's possible - here's a snippet from our standard promoted event framework for edittables.
CtrlArray = CtrlEntId
PropArray = "SELPOS"
DataArray = Get_Property(CtrlArray, PropArray)
SelPos = DataArray1, @Rm
CurrentColour = Send_Message( CtrlEntId, "COLOR_BY_POS", SelPos, SelPos, ConfigurationRow@ : @fm : 0)
GotFocusValue@=SelPos : @Vm : SelPos
The gotfocusvalue labelled common is so we can RESET the colour to how it was on a gotfocus too.
The Sprezzatura Group
World Leaders in all things RevSoft