FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Split browse
Posts: 1195
Joined: Mon Oct 17, 2005 05:41 AM
Split browse
Posted: Thu Nov 01, 2007 09:09 AM
Hi,

Is there a posibility to 'split' a browse?
Now I have make 2 browse, and the left one is showing the first part, and the right one the rest. It would be nice if it work automatic. So when the select the last row on the left and go down, that the first on the right is selected, and also update he scroll-bar.



Thanks,
Marc
Regards,

Marc



FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Split browse
Posted: Thu Nov 01, 2007 09:50 AM

Marc,

Use oBrowse1:bChange = { || ..., oBrowse2:Refresh() }

where in ... you do a DbSeek(), etc.

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1195
Joined: Mon Oct 17, 2005 05:41 AM
Split browse
Posted: Thu Nov 01, 2007 10:36 AM

Antonio,

Thanks for the suggestion. I will give it a try.

Marc

Regards,

Marc



FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite

Continue the discussion