Skip to main content
I made a form in which I want to display/hide some fields. After a tab task is executed, some fields has to be made hidden and others have to be displayed by the Layout procedure. This works really well in a Windows form, but in a mobile app this doesn't work. How can I force the Layout procedure to be executed after a tab task in a mobile app?
I have changed the layout procedure. Instead of using a field from the form to determine whether another field should be displayed/hidden in the form, I use a field from the database for this.

I think that in the mobile app, the fields on the form are not updated between executing a tab task and the layout procedure.

Reply