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?
Page 1 / 1
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.
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.