Split browse

Post Reply
Marc Vanzegbroeck
Posts: 1102
Joined: Mon Oct 17, 2005 5:41 am
Location: Belgium
Contact:

Split browse

Post by Marc Vanzegbroeck »

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.

Image

Thanks,
Marc
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Marc,

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

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

Antonio Linares
www.fivetechsoft.com
Marc Vanzegbroeck
Posts: 1102
Joined: Mon Oct 17, 2005 5:41 am
Location: Belgium
Contact:

Post by Marc Vanzegbroeck »

Antonio,

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

Marc
Post Reply