On Fri, 10 Aug 2007 13:28:44 -0700, Mike <mikm524@[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


|