Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Createobject
Message
From
27/05/2005 04:57:32
Daryl Dunkley
Pegasus Software Limited
Kettering, United Kingdom
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Title:
Createobject
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01018038
Message ID:
01018038
Views:
47
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
Next
Reply
Map
View

Click here to load this message in the networking platform