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 |
---|---|
258 | |
108 | |
93 | |
57 | |
40 |