Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Insert Data from a form to a table using the INSERT Comm
Message
De
14/12/2001 09:46:05
 
 
À
13/12/2001 23:24:21
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00593665
Message ID:
00594380
Vues:
30
First, you'll have to put a number on each line of code.
An then, in your error handling, you can access the error line by the
Erl property.
Like:
  Sub Test()
  On Error GoTo errHandler
     Dim a
1    a = 1
2    MsgBox a / 0
3 Exit Sub
4 errHandler:
5      MsgBox Erl
  End Sub
HTH
Patrice Merineau
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform