Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problems with different grids on pageframe
Message
De
09/04/2003 14:27:42
Humberto Ramirez
H. Ayuntamiento de Colima
Colima, Mexique
 
 
À
09/04/2003 01:40:17
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00775302
Message ID:
00775675
Vues:
8
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform