Solved

Trigger layout procedure in mobile after execute tab task

  • 2 August 2019
  • 1 reply
  • 84 views

Userlevel 2
Badge +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?
icon

Best answer by Rémon Bal 4 August 2019, 12:26

View original

1 reply

Userlevel 2
Badge +2
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