Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Two grids on a form
Message
From
25/11/2004 13:24:17
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
25/11/2004 13:20:32
Reza Meamar
Homa Programming Group
Shiraz, Iran
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows '98
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00964600
Message ID:
00964748
Views:
7
>Dear Cetin
>I have another problem.
>My final goal of doing this work is to have two grid that when i select a record in one grid, it appear in another grid and vice versa.
>but i can not do this with this method ( i think ).
>Can you guide me more?

Full code is part of FoxyClasses' MoverListXX class code (you might check the sample from the link in my signature).
A workaround for you would be setting .t./.f. in your table or cursor (where ever the data is coming from) and call:
with thisform.Grid1
 .RecordSource = .RecordSource
endwith
with thisform.Grid2
 .RecordSource = .RecordSource
endwith
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform