E9.2 Update multiple selected grid rows

Michael93

Member
Hello, can anyone help me with this problem?

I developed an application(headerless detail form) and i created a button on &ROW. When a user will select multiple rows and press that button i want that a column(EDSP) from that rows to be updated with a value and then all selected rows to be updated in a table. I managed to update only the first selected row.

On Update Grid Rec to DB-Before I have a Suppress Update and on my button(Button Clicked) i have GC EDSP = "T" and an update table function.

What should I do to update all selected rows with "T" value?

Thank you, have a good day!
 
Hello Michael,
You can try the "Repeat For Grid" option. Which you can find at the options tab of your new Row button while the event rules open.

1703170090014.png
 
Back
Top