Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Temp directories and ALTER TABLE command
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00583915
Message ID:
00583983
Views:
45
>>>>Hi Cetin,
>>>>
>>>>I'm not sure. Let me explain, that happened. In my code I check Available space on current temp drive
pcTempDrive=justdrive(sys(2023)) && VFP Temp drive
When I ran my DataDict program, it gave a message, saying not enough free space to create g:\redp\dbc\ma\tranmstr.tmp (something like that), so I'm guessing, it also needs space on the drive, where tables located...
>>>>
>>>>My second question is: can I put path in config.fwp without drive letter, e.g.
>>>>\redp\Work\Temp?
>>>
>>>Absolutely. This also works:
>>>
>>>TMPFILES=GetEnv('Temp')
>>
>>Mark,
>>
>>I'm already colfused, since I've created config.fpw, added it to the project, then ran it, and sys(2023) still returns d:\temp, as specified under Tools\Options...
>>
>>?getEnv('Temp') returns c:\Windows\Temp, which is not, what I need for this application.
>
>Did you run it as exe or from inside of VFP?

Inside VFP. We are not using exe here, all users have VFP installed and we're running applications (.app) unders VFP environment.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform