Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Vfp30 - How can I add the CLASS BROWSER to TOOLS?
Message
 
To
29/07/1997 09:39:51
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00041951
Message ID:
00042179
Views:
31
Rob,

The class browser was an add on in VFP 3.0. If you want it in your menu all the time modify your Config.fp file and add this line;

COMMAND=DO Startup.prg

The put a program named Startup.prg in your VFP home directory with this line in it;

DO (_BROWSER) WITH 0

The calss browser is not part of the default menu in VFP 3.0, I think it may be part of the menu in VFP 3.0b but I'm not sure.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform