Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid under container
Message
De
03/04/2006 02:46:10
 
 
À
31/03/2006 15:58:41
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01109671
Message ID:
01109856
Vues:
17
I never really had a problem with this. Here is how I do it so you can try it as well:

select MyCursor
go top

thisform.GRD.recordsource = 'MyCursor'

thisform.GRD.COLUMN1.controlsource = 'MyCursor.column1'
thisform.GRD.COLUMN2.controlsource = 'MyCursor.column2'

keep going like so for all of the columns....

thisform.GRD.refresh()

Give it a try.....
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform