Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problems trying to create a form
Message
From
07/08/2003 14:09:16
 
 
To
08/07/2003 10:38:16
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00807983
Message ID:
00817884
Views:
18
Hi Edgar,

How are you? I suspect that your Windows folder is Read-Only, and FoxPro is trying to write the Temp files to the Windows folder. If you have a Config.fpw file in your Visual FoxPro folder where the VFP.EXE is located (or this is an EXE you have built), add the following commands to it (the Config.fpw file is just a text file with a FPW extension).

TMPFILES=C:\TEMP
SORTWORK=C:\TEMP
PROGWORK=C:\TEMP
EDITWORK=C:\TEMP

Make sure that you have a C:\TEMP folder (or whatever you want to name it), and it would also be good to set your Windows TMP and TEMP variables to this folder also. You can do this by right clicking on "My Computer", clicking on the Advanced tab, and selecting the Environment Variables button and setting the TMP and TEMP variables to this folder.

Sincerely,

Grant Suddreth
Microsoft FoxPro Developer Support

*-- VFP8 HAS ARRIVED!! --*
Read about all the new features of VFP8 here:
http://www.levelextreme.com/VisualFoxPro/News/VFP8Release.asp
Purchase VFP8 here:
http://shop.microsoft.com/Referral/Productinfo.asp?siteID=11518

Keep an eye on the product lifecycle for Visual FoxPro here:
http://support.microsoft.com/default.aspx?id=fh;[ln];lifeprodv
- VFP 5.0 Mainstream Support retired June 30th, 2003
- VFP 6.0 Mainstream Support retires Sep. 30th, 2003

This posting is provided "AS IS" with no warranties, and confers no rights.
Previous
Reply
Map
View

Click here to load this message in the networking platform