Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Put a button object in an existing form
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01100032
Message ID:
01100042
Vues:
16
oh, I thought that would create a new instance of the button and add it to the form, rather than adding an existing instance of the button to the form...

>
of = createobject('form')
>of.addobject('cmdWhatever', 'commandbutton')
>of.cmdWhatever.Visible = .T.
>of.show(1)
>
>>
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform