Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error handler
Message
 
À
31/12/2000 23:21:18
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00458265
Message ID:
00458281
Vues:
16
>Hi,
> I tried to get nLine which in ERROR EVENT of my form. Why it always return 0 if I run it as EXE?
>
>Thank you

ON ERROR do ERRHAND

PROCEDURE errhand (merror, mess, mess1, mprog, mlineno)
lcLastOnError=ON('ERROR')
ON ERROR
messagebox(trans(mlineno))
ON ERROR &lcLastOnError
endproc
Imagination is more important than knowledge
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform