Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Uniqueness of index
Message
De
06/12/2004 12:24:42
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
06/12/2004 11:38:17
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8
Divers
Thread ID:
00967188
Message ID:
00967252
Vues:
7
>I want something like this:
>if the error number is #
>loop

And I meant that:
scan
  on error lHadError = .t.
  inser into ...
  on error
  if m.lHadError
    m.lHadError = .f.
    aerror(aErr)
    if aErr = err#
    ...
    endif
  endif
endscan
PS: You have VFP8. Then you might want to utilize try..catch..endtry instead.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform