Good Evening,
I have 4 buttons on a page which are linked to a dataset and it writes to the dataset and the same data is presented on the page. The buttons are below -
- Remove - This removes an entry from the dataset;
- Next and Previous - This cycles through the database entries and displays them on the page;
- Select - This writes “In Progress” to the selected dataset entry and displays back to the page if the entry is selected.
All works as expected until I click the ‘Select’ button which then greys out and disables the Next and Previous buttons making them unavailable.
Is there a fix for this? When clicked, I get the below error -
save operation failed: DatasetError: Operation (save) not allowed during save
Any help would be greatly appreciated.
Thank You All