Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
C5 Errors
Message
De
08/01/2002 21:25:13
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
C5 Errors
Divers
Thread ID:
00602333
Message ID:
00602333
Vues:
56
Hi -
We have 1000's of users, some of which have just started reporting c5 errors (All WIN2000 users and now XP users too). All we did was install VFP7, but did not convert our projects over to it (Not knowingly anway). Still using VFP6, but ever since the VFP7 install we have had this problem.

We have an error routine that read as follows:
ON ERROR DO ERROR_CT1.PRG WITH ERROR(), MESSAGE(), PROGRAM(),LINENO()
**** error_ct1.prg :-
PARAMETER errnum,message,mprogram,Linenum
Release err_number,err_prog,line_number
public err_number,err_prog,line_number
err_number=errnum
err_prog=mprogram
line_number=linenum

WAIT WINDOW MESSAGE()+' ERROR: '+str(Errnum)+' '+mprogram+' LINE NO: '+str(linenum)

&&& Result = Fatal .... C5 called from - ATABSMAIN Line 0 ~ ABS4\VFP6R.Dll

It is strange though that the error shows "ABS4" and not "TABS4"

I have attempted to remove every occurence of VFP7 both from the workstation as well as on the server, to hopefully be able to rebuild the project under VFP6, putting us back to normal. NO LUCK YET.

PLEASE NEED SOME ADVISE,

Thanks,

Larry
Répondre
Fil
Voir

Click here to load this message in the networking platform