Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Builder
Message
From
10/02/1999 08:20:51
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
10/02/1999 07:14:34
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00185882
Message ID:
00185903
Views:
23
>How I can registration builders in VFP 5 and where I may found some
Vlad,
A form saved as class, a prg etc could be a builder. ie: You create a form that gets obj references in array and operates on them and save the form as a class. 1) That form would get obj.ref. array with aselobj() at design time.
2) In init there should be at least 3 dummy parameters :
lparameters tDummy1, tDummy2, tDummy3
because builder.app pass 3 parms. to builder explained in online help.
3) You open the home()+"wizards\buider.dbf" and register your builder there. Fieldnames are explanatory. Simpliest one might be to create a "MULTISELECT" type.
Also check www.classx.com for builderb (Ken Levy). I'll post you an example whenever I have some time to do so.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform