Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grids in two panels
Message
From
01/01/2002 15:20:25
 
 
To
01/01/2002 12:17:21
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00599580
Message ID:
00599603
Views:
8
>>well, when I split grids both panels show same columns.
>As I see, this (do not know why) is problem to you...
>What is the reason this does not do the job for you?
>
>WITH ThisForm.GridObj
>	.Partition = .Width / 2 && or other value
>	.PanelLink = .F.        && separate panel settings
>	.Refresh
>	.Panel = 1              && Active panel is the right one
>	.DoScroll(5)            && Scroll it in right direction
>EndWith
>
I think I get what I want using two grids. The only problem I have is a vertical scrolling when a scrollbar thing is moved.

Thanks, Mark
Previous
Reply
Map
View

Click here to load this message in the networking platform