Re: [dba-dev] Form > Tablecontrol event: how to obtain column, row and other information

2009-03-03 Thread Frank Schönheit - Sun Microsystems Germany
Hi Karl, > (1) Was the mouse pressed in a particular cell, and if so, which one? > > (2) Was the mouse pressed on a column header, and if so, which column? > > (3) Was the mouse pressed on a row marker, and if so, which row? > > (4) Was the mouse pressed outside of header, row markers and cells

Re: [dba-dev] Form > Tablecontrol event: how to obtain column, row and other information

2009-02-26 Thread Fernand Vanrie
Karl Weber wrote: Hi, I hope, this is the proper list. we have the same problem and developed kind of a work around - we know when a row or a column is selected >> if ubound(eventt.source.selection) >= 0 - we uses the right cursor click for avoiding accidental clicks (when sele

[dba-dev] Form > Tablecontrol event: how to obtain column, row and other information

2009-02-25 Thread Karl Weber
Hi, I hope, this is the proper list. I have a tablecontrol in a form and I can assign macros/scripts to various events. I already noticed, that one can also assign macros to events of columns, but this doesn't seem to work. (OOo 3.0) There should be an open issue about this problem. So for t