I have a typical master/detail layout in a window where the master datawindow is free form and the detail is a grid. The master datawindow will often have multiple rows with a single row visible at a time. If the user tries to change the active row in the master without saving, I throw up a prompt with an option to discard the changes.
What is the best way to discard changes to the current row that has a status of datamodified? In the past, I have used reselectrow(). That seems to be causing problems in PB2019. The row always returns back to row 1.
Hope that makes sense,
Joe
Joe