Hello, it would be nice if we could dynamically set the name of a form that shows in a dialog (i mean the window title). Currently the form name is used, but it might be nicer for a user interface to give dialogs different names. Especially for some special characters (like blanks) are not possible in form names…
This is already possible:
application.showFormInDialog(forms.contacts,100,80,500,300,‘my own dialog title’);
thanks. perfect. how did you know?
in many cases, right-click on an function, in this case openFormInDialog, and select, give example!