Initial Data
.- a 2dimension array(100 rows * 2 columns )
.- a xbrowse with only 20 visible rows
.- after initializing the xbrowse, I wanna go to the 21° row, show it and refresh the xbrowse (as last row)
.- i could go up and down the xbrowse (thru program), always showing the row I want.
With Manuel Mercado's TSBROWSE I used oTsb:Gopos(21,1) with no problem, automatic scroll and refresh, automatic focus and depending on the place, the row was the first or last visible row.
I tried
oXFast:SetPos(21,1)
oXFast:nRowSel(21)
with no results.
My main concern is that, the number of visible row could change depending on screen resolution.
Any idea or tip will be appreciated.
From Chile
Adolfo