Richard, Not a solution but a quick point. Instead of using CD "&LAUNCHDIR" use cd (LAUNCHDIR) as it is quicker and also allows for spaces or delimiter characters in the path name.
Dave -----Original Message----- From: ProFox [mailto:[email protected]] On Behalf Of Richard Caruso Sent: 11 February 2016 21:00 To: 'ProFox Email List' <[email protected]> Subject: RE: DBF Compare Sure. It may have something to do with comparing data on mapped drives, but not sure. When I moved the two data folders and the exe to the C Drive, it worked great. I could snap a screen shot of the debugger at the state in which it errors, but I can't recall what upload site profox users use for image URLs. If anyone can let me know that would be great. The error is "Invalid path or file name" on line CD "&LAUNCHDIR" in container1 click method. IF !EMPTY(THISFORM.text1.VALUE) LAUNCHDIR=CURDIR() SDir=CHR(34)+ALLTRIM(THISFORM.TEXT1.VALUE)+CHR(34) CD &sDir MAXFILES=ADIR(FLSARR,'*.DBF') THISFORM.COMBO1.REQUERY --> CD "&LAUNCHDIR" ENDIF LAUNCHDIR = "\COMPARES\COMPTABS\" sdir = "S:\DATA\TI_DATA\185\EPCTDATA\" -----Original Message----- From: ProFox [mailto:[email protected]] On Behalf Of Stephen Weeks Sent: Wednesday, February 10, 2016 4:09 PM To: [email protected]; [email protected] Subject: Re: DBF Compare Hi Richard, Care to share the tweaks and I can build them into teh original and upload again, I use this facility regularly to make comparisons and table alterations. On Wed, 10 Feb 2016, at 05:40 PM, Richard Caruso wrote: > Thanks Alan, I was able to get CompTabs to work by Stephen Weeks after > a few tweaks. > > -----Original Message----- > From: ProFox [mailto:[email protected]] On Behalf Of Alan > Bourke > Sent: Wednesday, February 10, 2016 11:39 AM > To: [email protected] > Subject: Re: DBF Compare > > There are a couple in the Leafe.com downloads section. > > http://leafe.com/dls/vfp > > > -- > Alan Bourke > alanpbourke (at) fastmail (dot) fm > [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.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.

