Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Updating multiple classes automatically
Message
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00642893
Message ID:
00642913
Views:
13
>I have several projects that all share some common generic classes. One of these projects must be bundled up and sent offsite regularly for administrative approval. I would like to have a local copy of the classes within my project directory for easier bundling, but don't want my main class versions to get old when the local source is modified. Is there a way to automatically update a remote source class when the file within the project is modified? I don't currently have Sourcesafe so I'm looking for alternates (I'm not sure if it does this anyway).
>
>Thanks in advance.

Did you consider using Projecthooks? In the QueryModifyFile() method you can add recor dto the intermidiate table and later use this table to update remote copy of your classes.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform