Change MousePointer and Run URL from inside forms table control

mockup.odb (22.6 KB)

WIN10 LO 7.1.5 HSQL 2.51

Hi,

I have a procedure whereby a url from a browser is pasted in a textbox, the textbox is updated and when pointing to the textbox the pointer changes and on click the browser opens with the link. All working fine in a normal form.

Adapting the macros to work with a table control I encounter a couple of problem. The link is pasted ok, but mouse pointer and opening the link does not work.

The macro we_url_tc does not run on clicking the field and no error, however when executing the macro from
Tools, Execute with form open I get the message - illegal object given.

likewise the macro raton does not run once the mouse is inside the url field, but when run via Tools, execute, the error message is - wrong number of parameters

The attachment is an embedded HSQl example. Can do without the mousepointer change, but lost as to why the browser does not open on click.

Thanks for your thoughts.

Seems there are many events not working (or working wrong) inside a tablecontrol. When moving the mouse over the field nothing happens. When clicking the field the procedure will execute - but it should be connected to “Mouse inside”. Have had a look at the bugtracker but can’t find a bug description for this behavior…

Thank you Robert, yes strange behaviour

Have found the bugdescription: bug 89917