Button becomes disabled from another button onClick

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

i have managed to fix the error message occurring by disconnection the button from a datset action as it was currently set to ‘Submit’ but the other buttons still grey out when it is clicked

There was a short subsection of code i used for filtering that was not required. once removed, the code works as expected.

HAPPY DAYS