Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
'File does not exist.' ???
Message
From
31/01/2005 12:15:30
 
 
To
31/01/2005 12:11:45
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Miscellaneous
Thread ID:
00982303
Message ID:
00982309
Views:
25
Is the path where the new file is created in your VFP "search path"?

>I'm getting the error message "File '58070939.dbf' does not exist." on the ALTER TABLE statement below; I don't understand how a file created by "COPY TO" could not exist, especially after I have USE'd it. (When the error occurs, the file is open in the current work area).
>
>Could this be related to the OS? I use XP, but my user is in NT.
>
>Any suggestions on alternatives would be welcome. (Note that I want to use COPY TO, instead of SELECT, because of the current filter, if any -- which SELECT would ignore.)
>
>Thanks,
>
>Jim
>
>lcNewFile=SYS(2023)+"\"+SYS(3)+".DBF"
>COPY TO (lcNewFile)
>
>lcAlias='_New_File'
>USE (lcNewFile) IN 0 EXCLUSIVE ALIAS (lcAlias)
>
>FOR EACH oColumn IN loGrid.COLUMNS
>   lcColumn='_Col'+thorn(oColumn.COLUMNORDER)
>   DO CASE
>      CASE 'C'=VARTYPE(lcValue)
>         lcWidth=MAX(60,LEN(lcValue))
>         ALTER TABLE (lcNewFile) ADD COLUMN (lcColumn) C(lcWidth)
>
Thanks,
Dan Jurden
djurden@outlook.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform