Join The Works program to have access to the most current content, and to be able to ask questions and get answers from Revelation staff and the Revelation community

At 19 OCT 2011 02:37:57PM Paulo Mendes wrote:

Folks,

I’m looking for a solution to trigger another window from with-in an EDITTABLE column; I know that 9.X introduced a few additional styles for EDIT tables… one of them being the OPTIONSBUTTON…

We are currently on 9.21…

I’ve looked in the helps files, samples, and forum and can’t find anything other than what I’ve pasted below?

Using the Options button how can I open another window and carry current row info with-it from with-in an editable column? Or is there a better way to do this?

ColStyle = Send_Message(EditTable, "COLSTYLE", 2)

ColStyle = bitor(ColStyle, DTCS_OPTIONSBUTTON$)

ColStyle = Send_Message(EditTable, "COLSTYLE", 2, ColStyle)

Thanks

Paulo


At 19 OCT 2011 05:22PM Barry Stevens wrote:

On the OPTIONS event call the window (start_mdichild) passing the data you want and in the create event of the called window populate the control(s) required


At 19 OCT 2011 05:24PM Barry Stevens wrote:

remember, in the options event check that it is column 2 (selpos)

View this thread on the Works forum...

  • third_party_content/community/commentary/forums_works/cd21abf30004804a7bef8fa00.txt
  • Last modified: 2023/12/30 11:57
  • by 127.0.0.1