Hi there,
I have a button that when clicked will submit a form, but also want it to then change to a new screen.
Is this possible?
Thanks!
Of course, you can do something like that:
patch(mydb;default(mydb);{titre: formtext1.Text; corp : fomText2.Text}) ;; Navigate(Machine_Screen;ScreenTransition.Cover)
this will do a patch then navigate to the screen machine screen (im french if ur not you may have to replace ; by , and ;; by 😉
you also can use && instead of ;; but that's not what i am doing because i prefer to wait the end of the previous code before execute the next one.
User | Count |
---|---|
139 | |
135 | |
76 | |
75 | |
70 |
User | Count |
---|---|
215 | |
191 | |
64 | |
62 | |
55 |