Hello,
Now, I have encountered one issue with showFormInDialog in 3.5.1. showFormInDialog() is not refreshing on changing the height & widht of the form.
Let me, be more specific on this regard…
I have used the following code to display the form in dialog
application.showFormInDialog(forms.persons);
The persons form is displaying as a dialog. Then I have changed the Height & width of the Persons form and again display the person form in Dialog.
Now, the width of the persons form is not changing according to the current height & width.
How can we solve this issue…