Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Createobject
Message
De
27/05/2005 04:57:32
Daryl Dunkley
Pegasus Software Limited
Kettering, Royaume Uni
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Titre:
Createobject
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01018038
Message ID:
01018038
Vues:
48
can you please help me.

we are running this simple code:

aa = createobject("form")
bb = createobject("form")

and we have noticed a different between VFP6 and VFP9.

VFP6 creates the object as:

aa.name = "form1"
bb.name = "form2"


VFP9 creates the object as:

aa.name = "form"
bb.name = "form"


is there anyway to make vfp9 create the objects as it does in vfp6?


thanks

daryl
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform