Hi,
I have an xbrowse looking at records in a database. This database can be viewed and edited by multiple users.
If a record is deleted by another user the browse can look corrupt containing duplicate records.
The way i'm trying to fix this is to refresh the browse after i perform any actions within the browse, something like this:
Save current record number
Perform action
Recreate scope & filter
Goto saved record number
Refresh browse
This works ok, but the selected record is positioned at the top of the browse. Is there any way that i can remember the position of the highlight bar, refresh and return the highlight bar to its original position?
I have tried using oBrw:nRowSel but havent had much luck
Any ideas?
Best regards,
Pete