Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to make a builder?
Message
From
20/06/2006 14:06:26
 
 
To
20/06/2006 01:52:58
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01130150
Message ID:
01130314
Views:
21
>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform