Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DREADED C000005 ERROR - VFP6 SP3 - HELP IDEAS...
Message
De
17/01/2000 11:55:06
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00319003
Message ID:
00319031
Vues:
15
Hi Michael.

I had a problem the other day. I got to work and I had left a problem I was working on the day before. First thing when I started, every time I used a SET STEP ON, I got a C0...05 error, no mater where I put the SET STEP ON. Turns out, it was the debugger window. In the debugger window, there is an option to reset the window to the default layout. I did this and no more C0...05. It was very weird.

I know this dosen't relate to your problem, but you really need to narrow the problem down to the line of code that is giving the error. If you don't get the error in development, but you do in production on the NT machine. I would suggest using a MessageBox over several functional steps along the program path the error happens.

Kinda like;

MessageBox("Point 1", 48, "Message")

...

some code

...

MessageBox("Point 2", 48, "Message")

and so on.


This is one way I use in a production problem to narrow the problem down.

Hope this helps...

Rob.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform