Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can you use commands at design time?
Message
 
À
12/02/1997 13:55:27
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00020219
Message ID:
00020223
Vues:
36
>I'm missing some major connection here. There are a few commands, such as WriteMethod, that according to the documentation are available only at design time. Sure enough, if I try to use it at runtime, it returns an error. In this example, I'm adding a command button to a form on the fly, and I want the Click event of the new button to call the Click event of an existing control.
>
>Please do not respond with alternate ways to acheive this particular example; stay with me here, guys, this is a general (philosophical, if you will) question.
>
>Where would you use WriteMethod? Alternately, how can you place code in a method of a control you are creating on the fly?

why not create your new command button from a class you've built that has the desired method? if you can do that, you don't need to use writemethod...
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform