"Repeat for Grid" selected in the Options Menu repeats last row processing for UNSELECTED ROWS
I currently have ER code inside of a Button with the "Repeat for Grid" selected in the Options Menu. The problem I'm having is when you click the button a 2nd time, the values for the last Grid Row processed remains in the Grid Column (GC) fields and that Grid Row is processed again even though that Grid Row is Not Selected.
I have tried to initialize the fields in "Post Button Clicked" Event but this doesn't work. How can I get the code to only process for Selected Grid Rows?
Should I use the System Function "Get Next Selected Row" to read selected Grid Rows?