Page 1 of 1

Split browse

Posted: Thu Nov 01, 2007 9:09 am
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

Posted: Thu Nov 01, 2007 9:50 am
by Antonio Linares
Marc,

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

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

Posted: Thu Nov 01, 2007 10:36 am
by Marc Vanzegbroeck
Antonio,

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

Marc