Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to make a builder?
Message
De
20/06/2006 14:06:26
 
 
À
20/06/2006 01:52:58
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01130150
Message ID:
01130314
Vues:
22
>Hi Everybody,
>
>I would like to request for any links or help on how to make a builder. I have not had any opportunity to even attempt to do one. My apologies if this happens to be a no-brainer question.
>
>Thanks in advance,
>
>Dennis

The simplest way I know to invoke a builder is to add a "builderx" property to the object, and set it to the builder location, for example:

=home() + "wizards\my_builder.app"

Of course, you should copy your builder to the wizards folder of the VFP installation, that can be acomplished by the builder app itself when run for the first time.

The builder can be run by right-clicking a control and selecting "Builder" from the context menu.

Download the ctl32_statusbar class here: http://www.levelextreme.com/wconnect/wc.dll?2,54,33,29808

Unzip and check the builders folder, you will find 2 builder projects there that you can use as a sample.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform