Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Unrecognized command verb
Message
De
14/07/2004 17:50:59
 
 
À
14/07/2004 17:47:10
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00924272
Message ID:
00924420
Vues:
21
>Fred,
>
>Thanks for the tip, I'll certainly use it. I'm surprised that I haven't seen that before.
>
>>One more note:
>>
>>You can't set the RowSource in the property sheet. Set it in the .Init of your control:
>>
this.RowSource="thisform.YourMethod()"
I had to go look it up in my classes. It's been awhile. ;) If you build a particular method into your base classes and then call it in the .Init, it doesn't have to be a form method, it can be a method of your own class:
this.RowSourceType = 3
this.RowSource = "this.GetData()"
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform