There appear to be three true/false parameters for this function:
application.showFormInDialog(forms.contacts,100,80,500,300,'my own dialog title',false,true,true);
The docs mention just two – resizable and showTextToolbar.
What’s the third?
There appear to be three true/false parameters for this function:
application.showFormInDialog(forms.contacts,100,80,500,300,'my own dialog title',false,true,true);
The docs mention just two – resizable and showTextToolbar.
What’s the third?
Hi Morley,
If you click on the function or double-click it (to move it into your code) you’ll see:
application.showFormInDialog( form, [x], [y], [width], [height], [dialog_title], [resizable], [showTextToolbar], [closeAllOnCloseButton])
Hope this helps,
Bob Cusick