Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I use the
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00579739
Message ID:
00579982
Views:
21
>>I am thinking about designing a form class and want to use it as a template.
>>I may have different form classes based on the project. When I work on
>>different projects do I have to go to 'tools - options' and change the
>>'form template' to make it use the correct form class each time?
>
>Yep. This info is stored in the registry. I actually exported these setting to a .REG file. I then copy this .REG file to each of my projects folders. I then edit each projects .REG file and put in its own unique settings like you could do for the form template to use for each project. Before I launch VFP, I just double-click in the .REG file if I am going to work on a different project.

In VFP 7, you could call the Reg file automatically from the Activate method of a project hook, or you could just call code to change the registry setting directly, without the use of a Reg file at all.

But what I'd like to do, that I haven't been able to find is how to change the class libary displayed in the Forms Control Toolbar when you open the form designer. I'd like it to show the libary for the current project instead of the last one I opened.
Previous
Reply
Map
View

Click here to load this message in the networking platform