by Josh Assing <XjoshX@[EMAIL PROTECTED]
>
Aug 13, 2007 at 03:42 PM
>> >> >In a VFP 7.0 app, in the config.fpw I have a line
'Resouce=C:\\Myfolder
>> >> >\foxuser.dbf'. However the system always creates the Foxuser.dbf in
>> >That was the first thing I checked. It is a valid path. When I run a
>> >FPW 2.6 application using the same Config.fpw - it creates the
>> >Foxuser.dbf in the mentioned path.
>The double back slashes were a typo in MY POSTING on this newsgroup.
>I found the problem was a copy of the Config.fpw was included in the
>project and got compiled. The application was referring to THIS
>compiled Config.fpw and not the one included separately.
Those pesky details really matter -- but glad you got it figured out.
When you said it worked elsewhere, I naturally assumed that it was the
same exe
not a different one (since one exe used an external and this one used a
built in
one)
Don't be upset with me for pointing out flaws that you posted -- I don't
have a
crystal ball with which to see your REAL environment...
Anyway -- good for you for figuring it out.