showFormInDialog() is not refreshing

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… :oops: :oops:

Hi ars,

can you show us the code HOW, you change the height & width?

Hi Harjo,

After displaying the Form in dialog once,
I am going to designer mode(I was just experimenting) and change the Height & Width of the form and again display the Form in dialog.

But, it is showing the Form in previous Height & Width…