Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to build a Builder for my class
Message
From
06/02/2005 23:31:49
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 8
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00984323
Message ID:
00984364
Views:
32
Hi Ali,

find xsource.zip, in your VFP install in the Tools directory, and take a look at the Builders tree that unzips from there.

The short of it is that you use aselobj() from the design environment.

modi class myclass of myclasslib
=aselobj(dummy,1)
wait window dummy[1].name
loObj = dummy[1]
loObj.name = "mynewname"
wait window dummy[1].name

hth,

Hank

>Hi
>How i can do that.
>I want to build an object from builder and add it to my form
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform