Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to build a Builder for my class
Message
De
06/02/2005 23:31:49
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Versions des environnements
Visual FoxPro:
VFP 8
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
00984323
Message ID:
00984364
Vues:
33
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform