Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Classes and private datasession
Message
De
02/04/2003 15:44:46
Victor Verheij
International Film Festival Rotterdam
Rotterdam, Pays-Bas
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00772872
Message ID:
00773231
Vues:
9
Bob

I've done a you suggested and added some code to the init of the class
I've also tried putting it in the init event of the grid itself what seemed more appropriate to me.
Although i didn't get the error any more my grid doesn't populate with the data from the recordsource.

My code:
with thisform
.grid1.recordsource = (thisform.cMainTable)
*1) use (thisform.cMainTable)
*2) set datasession to thisform.datasession
*3) .grid1.column1.controlsource = (thisform.cMainTable)+'.spanish'
endwith

I added the *3) line to trie and populate the first column but then I came up with the old error.
Then i Added the *1) line (wich didn't feel good doing that overhere) which removed the error I got by adding line *3). Then i added the *2) line because i got desperate :-) wich didn't produce an error but still didn't populate the grid. :-(

Could you help me out with populating the grid please.
many tia

victor
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform