Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding a user defined control to a form
Message
De
01/08/2005 00:57:04
F Bilo
Bilo Office
Fuyang, Chine
 
 
À
30/07/2005 15:16:58
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Divers
Thread ID:
01037271
Message ID:
01037389
Vues:
21
In this way, you do can't add an object reffrence to form's property, but, if it is an visual control, you will not see it appear on the form.

I think the only way is :

do form myform with cClassName

myform.init:
set classlib to &cClassLib
this.addobject("oNewobjName",cClassName)
** or this.Newobject("oNewObjName", cClassName,cClassLib)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform