On 11/15/06, Tracy Pearson <[EMAIL PROTECTED]> wrote: > Does anybody know if it is possible to automate the VFP function "Join > Source Control Project".
Nearly everything is possible. Some things are prohibitively expensive, though. You may have found one. > I'm able to automate pulling data down from source control. The next option > would be to automate changing the PJM into a Project to build the EXE from. > SCCText.prg that ships with VFP 9 SP 1 doesn't handle this. No, it's never been in SCCText. I heard rumors after I shipped "Essential SourceSafe" that *someone* had heard *somebody* make a presentation (perhaps in Europe) about doing such a thing, but I was never able to track it down. A PJM holds all the field values of the project in CSV form, so you should be able to parse the PJM to create a PJX from scratch. -- Ted Roche Ted Roche & Associates, LLC http://www.tedroche.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

