Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Setting Data Source in a Grid
Message
 
À
19/12/2001 17:18:49
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00596491
Message ID:
00596495
Vues:
35
>I have a form that I'm building a temporary talbe in the init method. I want to set the data source for a 4 row grid for the tmeporary table. Can anyone assist?

You can't reference the table/cursor before it is created, so blank out the recordsource property of the grid.
After building the cursor, set the grid's recordsource to your cursor using the following.
THISFORM.grid1.recordsource = "cData"
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform