No, its all VFP9 Normally I have full access to the servers and people, but this is a new project, so I don't have that yet.
I did stumble on something yesterday though. If you use the document wizard and ignore most of the stuff, but check the box where it creates the files in a new folder, it will build the majority of items in this new directory. I was then able to step through it until I found some missing modules, but it was late, so I will try and find them today Virgil Bierschwale Armstrong and Skipper Real Estate (830) 329-6774 Cell (830) 864-4799 Fax (830) 864-4726 Home http://www.bierschwale.com http://www.bierschwalesolutions.com http://www.JobsForOurFuture.com/index.php -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alan Bourke Sent: Monday, April 23, 2007 3:09 AM To: [email protected] Subject: Re: tracing via remote desktop connection Presumably this is FoxPro 2.x You need to build the EXE with debugging information, and save generated code. Open up the project, then from the 'Project' option at the top menu select 'Options', and the options are in there. What I tend to do is do the above, then put a SET STEP ON in the code at the point you want to start tracing, but include a SET PATH to the folder with the SOURCE code in it as well, like this: set path to c:\dev\foxdev2x\myproject set step on Then when the SET STEP ON hits it will look for source code for the currently executing program, and find it in the location SET PATH is pointing to. [excessive quoting removed by server] _______________________________________________ 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 Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED] ** 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.

