I have significant problems with the Grid-Section delegates. The click, double click event is not called when I click on a row in the grid section. The problem seems to have something to do with virtual tables oledb.
I have significant problems with the Grid-Section delegates. The click, double click event is not called when I click on a row in the grid section. The problem seems to have something to do with virtual tables oledb.
Hi Olaf,
As i answered on your ticket.
The rowcolchanged(nRow, nCol, cBalue) delegate is called as you click cells in the grid.
If you have "Double click to edit" doubleclick will not be called.
If you want your own double click delegate to be called you must set the grid to readonly.
This is nothing to do with OLEDB. Thats how it works.
Last edited by barrymavin; 2024-08-10 at 05:38.
Principal developer of Lianja, Recital and other products
Follow me on:
Twitter: http://twitter.com/lianjaInc
Facebook: http://www.facebook.com/LianjaInc
LinkedIn: http://www.linkedin.com/in/barrymavin
I can't find a delegate RowColChange(). There is beforeRowColChange() and afterRowColChange() but both functions do not transmit the row, column and the third parameter whose content is not clear to me.
The rowcolchange delegate is in the "Assistant" delegates. (I recommend that you use the assistant apart from being much faster it is much simpler to use).
It is missing from the App Inspector attributes. I have corrected that.
Last edited by barrymavin; 2024-08-11 at 07:36.
Principal developer of Lianja, Recital and other products
Follow me on:
Twitter: http://twitter.com/lianjaInc
Facebook: http://www.facebook.com/LianjaInc
LinkedIn: http://www.linkedin.com/in/barrymavin
Bookmarks