Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cannot create file
Message
From
03/04/2003 13:58:42
 
 
To
03/04/2003 10:25:47
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00773516
Message ID:
00773711
Views:
12
>Jos, since I am using the EXECSCRIPT() function it is creating
>the temp file names on the fly. I have NO control over the file
>names. This is VFP 7 code running under Windows 2000 and COM+.
>

I'm not sure if the VFP code that's running is an EXE or a DLL. But if its an EXE, try creating a CONFIG.FPW file, same folder where the EXE is, with the following settings pointed to a subfolder from where the EXE is located. This will redirect the temporary files created by VFP to these specified locations. This also provides increase in performance.
TMPFILES=ExeFolder\TEMP
EDITWORK=ExeFolder\TEMP
PROGWORK=ExeFolder\TEMP
Hope this helps.
ramil
~~ learning to stand still
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform