On 7/27/06, Rodney Dixon <[EMAIL PROTECTED]> wrote:
I downloaded scX. Once you run scx-run does it hook into the project
manager to do the auto conversion thang?
You'll want to DO scproject WITH yourproject.
I accomplish this by having a project-specific config.fpw in the base
directory of each of my projects. This config.fpw sets _STARTUP to
point to a project-specific project_startup.prg which contains the
stanza:
IF File("myproject.pjx.sc")
DO scproject with "myproject"
EndIf
Then, when I fire up VFP in that directory (usually by clicking myproject.pjx)
scproject will get run if needed.
Of course, you probably have your own set of startup routines (and of
course mine contain a bunch of other junk) but this should be a start.
--
Dave Thayer
Denver, CO
_______________________________________________
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.