Hi
I have array xbrowse
I have seen methods GoTop(), GoBottom(), GoUp() ...
BUT how to go directly to some row ... example row 1536
something like SelectRow( n )
(have i missed some method ?)
Best regards,
oBrw:nArrayAt := 1536
oBrw:Refresh()
oBrw:KeyNo := 1536
oBrw:Refresh()
oBrw:BookMark := 1536
oBrw:Refresh()
byte-one wrote:A question in this context: I go to a line as above described, then i will select it in the same way as i click on the mouse on this row.
Mr. Rao, yes it is now the selected row, but the colors from ::bClrRowFocus are not shown !? Only when i click in the row this color is in use. I will display the selected row in ::bClrRowFocus-colors without using the mouse.
oBrw:KeyNo := <nNew>
oBrw:Select(1)
oBrw:Refresh()
A second question: When i use this selected row i will automatically go to the first editable col and activate it. Which way i shold go?
oBrw:KeyNo := <new> // or oBrw:BookMark := <new>
oBrw:Refresh()
oBrw:GoLeftMost()
oBrw:SelectedCol():Edit()
oBrw:KeyNo := <nNew>
oBrw:Select(0) //NEW
oBrw:Select(1)
oBrw:Refresh()
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 73 guests