Hi, i want to put a form on another form. I would like to know if there is a way, without using global variable, for the placed form to know the name of the form it was placed on. Any ideas?
currentcontroller.getName() will return the name of the form that is the one displayed in the main frame, should be useful to you, but beware that if you have many forms inside forms, then it will only return the name of the main form (the upper in the hierarchy).
thanks but this dispays the form that was placed on the original form. i want the name of the form that the new form was placed on
yourformobject.Controller.getFormContext() could help you