Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Major problem with recompile all files
Message
From
15/12/2022 13:09:44
 
 
To
15/12/2022 13:07:51
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01685510
Message ID:
01685514
Views:
46
>>Hello all,
>>
>>Everything is going well with my application right now... But eventually something could go wrong and I'll have to recompile all files.
>>
>>As long as I can remember recompiling all files have always been problematic. This meaning that there was an endless loop somewhere during recompiling forcing me to recompile many times before everything recompiled well.
>>
>>But now recompiling always gets in an endless loop at the same place. At least I have the name of the form where there seems to be THE problem.
>>
>>So I restore my back-uped files and before trying recompile again I open the form where the recompile was stuck. I can open that form without a problem so I rey recompiling again... endless loop again with the same form.
>>
>>Not sure if I should mention this because perhaps this is in no way related to my problem.
>>I use Stonefield Database Toolkit. So it launches when I launch VFP.
>>
>>After the endless loop SDT tells me that it can't find the database. So I have to restore my back-up before trying to recompile all files again. So major mess caused by recompilation.
>>
>>Suggestions?
>>
>>Many thanks in advance.
>
>Hi Denis. Perhaps, you should clean your project, opening exclusively like a .DBF and then packing it:
>
>
>SELECT 0
>USE myProj.phx EXCLUSIVE
>PACK
>PACK MEMO
>USE
>
>
>Then try opening it as usual, and recompile using the "Recompile All Files" option. See if it doesn't have the same problem.

Oops! Change the myProj.phx into myProj.pjx

Luis
Previous
Reply
Map
View

Click here to load this message in the networking platform