Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Addobject with grid
Message
De
13/04/2006 15:53:58
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01113569
Message ID:
01113588
Vues:
16
Thanks Borislav, but I don't want to add a table to the recordsource.
thisform.ogrid.RecordSource = ""
If I do this it will still retrieve the propeties of the
current alias. I thought this was odd behavior.
I can just do like you said, when I know what table to
use..
thanks

>You must set Grid RecordSource
thisform.AddObject([oGrid],[Grid])
thisform.oGrid.recordSource =[MyTable]
thisform.oGrid.Refresh()
thisform.oGrid.Visible = .t.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform