Announcements
Hi all,
I got this grid and on the right side i got some access levels in a radio button.
When i choose a row and a level in the radio button, the column Acces Level for this row is updated with the new values.
Imagine now i'm doing it on multiple rows.
There i want to create a cancel button to reset all values to the initial "No access" level.
Someone could help to reach that ?
Thanksfully.
Thank you i will try to do that.
If the data is already stored, there is no easy way to reset it. You would need to know which records you've modified since opening the form and you would have to update them again. Which also means a risk of conflicts with other users modifying the same form.
If you want be able to easily reset the data, work with the tempoary table until you're down and you close the form.
Hi goshoom
Nice to read you again.
For your last question its just a training i'm doing on that form. It's not mine.
Secondly, to answer your first questions.
There's temporary table stocking modification on values, then it's inserted in regular table and finally a display method to show the access level updated.
I didnt work on that part, i'm juste using this form to complete some training and find a solution for my main subject.
Thank you.
You showed the GUI, but they key question is where you store the information about the access level. Is it it a table field? In a reqular table (and therefore the changes have already been saved) or a temporary one? Or is it a display method backed by a data structure in memory?
By the way, it seems like you're trying to develop another security setup, in parallel to normal role-based security in F&O. Why?
André Arnaud de Cal...
294,060
Super User 2025 Season 1
Martin Dráb
232,858
Most Valuable Professional
nmaenpaa
101,158
Moderator