Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SaveAsClass question
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00785930
Message ID:
00785967
Vues:
18
This message has been marked as the solution to the initial question of the thread.
>Is there a corresponding VFP command or commands for the Save As Class dialog
>of the Modify Form?

Sort of.
MODIFY FORM fred NOWAIT
ASELOBJ(laForm, 1) && Get object reference to the form in the designer
loForm = laForm(1)
loForm.AddObject("Text1", "Textbox")
loForm.SaveAsClass("MyVcx.vcx", "MyForm", "My saved form")
MODIFY CLASS myform OF myvcx.vcx
My blog
My consulting page
My home page

Member of the Trim Your Auto-Quote Campaign!
What's another word for thesaurus?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform