Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grids - How do they work?
Message
 
À
29/05/1998 23:53:41
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00103305
Message ID:
00103437
Vues:
17
>I've tried both the grid builder and just plain putting one on a form and I get the same result: A grid with no data in it. The dbf file exists and has data in it, I have tried both with the dbf file open before instantiating the form and leaving the dbf file unopened with no luck. What's wrong?
>
>Thanks!
>David Chan
>dwchan@ucdavis.edu
David,

If your form has a private data session the grid cannot see the table you have opened before running the form. You can add teh table needed in the form's DataEnvironmanet or you can open the table with a USE command in the from's Load event.

Also chack to be sure the grid's RecordSourceType and RecodSource are set correctly.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform