`
Par2: Selecting browse record under cursor on right mouse click 1998-08-04 -- Jim Katz (With right mouse key alerted.) First you need to get the current row: CurrentRow = ?MyList{PROPList:MouseDownRow} then set the pointer to that row: Select(?MyList,CurrentRow) You can then update the view record with BRWx:UpdateViewRecord Printed April 2, 2025, 5:09 pm This article has been viewed/printed 35249 times. |