Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Need to trap error
Message
De
07/03/2000 20:00:31
 
 
À
07/03/2000 12:57:54
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00342814
Message ID:
00343048
Vues:
24
>If other user using this table on i:\prg ,i want to trap error and ignore my line of code.
>If any other user using this exe file I want to ignore my line of code.

Simply, you can do:

lcError = on('error')
on error *

*Code here will not throw errors

on error &lcError


But, in your error hanlder, you should have a property or something that allows you sto surpress any errors that come along.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform