Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problems with different grids on pageframe
Message
From
09/04/2003 14:27:42
Humberto Ramirez
H. Ayuntamiento de Colima
Colima, Mexico
 
 
To
09/04/2003 01:40:17
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00775302
Message ID:
00775675
Views:
7
Use the same table with different alias, p.e.

...
use customers alias customers1
use customers again alias customers2
...

and attach each alias to the grids.

...
Grid1.Recordsource = "customers1"
Grid2.Recordsource = "customers2"
...

and assign the ControlSource to each column.
Previous
Reply
Map
View

Click here to load this message in the networking platform