Form onshow is not responding

Hellow everyone!

I have two forms. In the first form I have a button to show the second form using the method form.show().

In the second form I have the event onshow activated to display a value that was informed in a field located in the first form, but nothing happens in onshow event of second form. No error message is displayed as well.

Any tip for this behavior?

Thanks a lot,
Fernando

Are you using changeForm to go to the new form? That’s what calls onshow().

https://wiki.appstudio.dev/ChangeForm

Hello!

No, I am using show() method.
I am going to change to changeForm.

Thanks a lot,
Fernando