Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cannot create file: Maycode.frx...
Message
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00498590
Message ID:
00499015
Views:
19
Rick, I need to investigate more because your solution do not work in my case.
It passable Win2K is the problem. I will let you know.


>>I am using VFP6.0 SP3.
>>When I code, I test first the development by executing the .prg,.scx,.vcx directly from the command window. Some time I have a bug my code ( once in a blue moon :)) and I cancel out of my .FRX that is running from the Debugger window.
>>
>>After I fixed the Bug I run back the code and I get the error Cannot create file MyCode.frx.
>>
>>Is this a bug of VFP6.0?
>
>There are of course any number of things that can be left hanging after cancelling a test. It's handy to have a way of clearing things up without having to shut down and restart VFP. FWIW, I use a macro tied to Ctrl+R (for 'Reset', so it's easy to remember) that does the following:
cancel
>clear all
>close all
>clear program
>release all
>clear
>set message to
>set status bar on
>set notify on
It may not be complete or in the best sequence possible, but it works in 99% of cases that I run into. You know, after those once in a blue moon bugs < g >.
Previous
Reply
Map
View

Click here to load this message in the networking platform