Hi,
I have a gallery page and 3 screens for showing 3 sections of the form respectively. The gallery page has a + button to create page and i set OnSelect = ResetForm(Form1);NewForm(Form1);ResetForm(Form2);NewForm(Form2);ResetForm(Form3);NewForm(Form3);Navigate(Screen1,ScreenTransition.Fade);
For the arrow button, i set OnSelect =
Set(varRecord, ThisItem);ViewForm(Form1);Navigate(Form1,Fade)
so that it starts the page 1 of the form in View Mode.
However, when I click the button in the "Next" button (Navigate(Screen2,Fade)), screen2 and screen3 are always shown in edit mode. I would like to ask how i can keep it as View mode if i start clicking the arrow button in the gallery.
Thank you.