J
Jesper F
In some of my controls I assign a function to fx. the
OnMouseUp-event by writing =functionname() in the
property sheet.
However, I'd like to do it dynamically, but can functions
be assigned to controls' events through code?
For example with something like:
me!controlname.OnMouseUp = "=functionname"
It doesn't seem to work though.
Thanks for any input.
OnMouseUp-event by writing =functionname() in the
property sheet.
However, I'd like to do it dynamically, but can functions
be assigned to controls' events through code?
For example with something like:
me!controlname.OnMouseUp = "=functionname"
It doesn't seem to work though.
Thanks for any input.