Skip to main content
Answer

Trigger layout procedure in mobile after execute tab task

  • August 2, 2019
  • 1 reply
  • 102 views

Forum|alt.badge.img+2
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?

Best answer by Rémon Bal

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.
This topic has been closed for replies.

1 reply

Forum|alt.badge.img+2
  • Author
  • Apprentice
  • Answer
  • August 4, 2019
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.