Hi,
With my form, I try to make it easy to place a order at our company restaurant. After the person has filled the form, the basic information (name, email, etc.) should remain, but the input fields for the products should be cleared
This is my code at OnSelect but its not working properly. I know that NewForm will reset the form completely.
When I don't use this code I need to select DefaultMode Edit and then New. Otherwise i get the text there is no item to display. Submitting is to Sharepoint. What should I do?
SubmitForm(OrderForm) &
Reset(Coffee) & Reset(Juice) & Reset(Milk) &
Reset(Fruit) & Reset(Cake) &
Reset(SharedLunch) &Reset(BasicLunch) & Reset(ComfortLunch) &Reset(ALaCarte)
&Reset(Hour) &Reset(Minutes) &
NewForm(OrderForm)
& Navigate(tempScreen)
FormMode.New
Thx for helping and have a great weekend.

Report
All responses (
Answers (