Hello.
I have a continuous form where the user select an entry using a combobox. Upon selection, detail records are displayed in the detail section. The user can change some values and also add new record. I would like to be able to wait before saving the data back to the database (SQL Server) by forcing the user clicking on a Save button so I can perform global validation. I do not want the save to take place as soon as the user select the next detail record. As an example, the sum of quantities should be equals to a standard value as per the initial combobox selection so I must validate all records together before I can save.
How can I achieve this?
Any help would be appreciated.
Thanks.
M.