Options Button in EDITTABLE... (OpenInsight 32-bit)
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)