On Aug 10, 7:18?pm, Josh Assing <Xjo...@[EMAIL PROTECTED]
> wrote:
> On Fri, 10 Aug 2007 13:28:44 -0700, Mike <mikm...@[EMAIL PROTECTED]
> wrote:
> >On Aug 10, 1:40?pm, Josh Assing <Xjo...@[EMAIL PROTECTED]
> wrote:
> >> maybe because the path is invalid?
>
> >> On Fri, 10 Aug 2007 09:32:46 -0700, Mike <mikm...@[EMAIL PROTECTED]
> wrote:
> >> >Hi,
>
> >> >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
> >> >the database folder.
>
> >> >Any ideas? Is there something else I should be doing to specifiy
the
> >> >resource file.
>
> >> >Mike- Hide quoted text -
>
> >> - Show quoted text -
>
> >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.
>
> sadly -- double backslashes are NOT valid.
>
> try c:\myfolder\foxuser.dbf instead- Hide quoted text -
>
> - Show quoted text -
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.
Thanks..


|