Login
`
Templates, Tools and Utilities
|
||
Icetips Article
Back to article list
Search Articles
Add Comment
Printer friendly
Direct link
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
Today is November 21, 2024, 7:55 am This article has been viewed 35184 times.
|
|