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.