Ahoy everyone!

A couple of us at work are having a problem with this issue.
If I have a form that needs to call another form, all that I have to
do is to drag the called form's menu item onto the caller form, and
that solves the problem. The form will get called, and the dynalinks
will work perfectly.
Does anyone know though how to add parameters to the menuitem, so that
the dynalinks will still work?
At the moment, one thing that i'm trying to do, is to override the
clicked method on the menuitem button by saying

void clicked()
{
    ;
    this.menufunction().parameters('parameter');
    super();
}

this doesn't work, and even if it did, the dynalinks would stop working.
If anyone knows how to help, your help would be much appreciated, and
you would be a great contributor to this body of knowledge! ;)
Thanks a lot!

Reply via email to