Hello all,
This seems like simple fix but it is not coming to me. here is the question...
I am trying to create an invoice app, I have it down till entering multiple items . I have an "Add Item" button that I would like to submit the one item they just entered and have it reset the form to add the new item ( i would like it to reset some of the data cards and not others if possible ie company name, ID #, and dates stay all others reset to blank).
I have tried
Submit(Editform1); Reset(editform1) : The Function expects a resettable control as its input
I have tried a patch: But it keeps giving me an error after submitting or telling me that my controls are wrong
I have also tried : SubmitForm(Editform1); Reset(each card I want to reset) :The Function can only be used with a resettable control. Controls with in a form or Gallery can only be reset from with in the same form.
Im okay if I cant have certain cards reset but I would like to get able to submit the form and then reset in one button so they can enter another item... Im thinking its not reset that i need to use but something else... this will most likely be a forehead slap it is figured out
Please help !