Sign up on the Revelation Software website to have access to the most current content, and to be able to ask questions and get answers from the Revelation community

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

View this thread on the forum...

  • third_party_content/community/commentary/forums_nonworks/010a89ad5af8187e85256d8f004aff92.txt
  • Last modified: 2023/12/28 07:40
  • by 127.0.0.1