` Printed Icetips Article

Icetips Article



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 May 7, 2024, 5:02 am
This article has been viewed/printed 35110 times.