Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using if in a unique line
Message
De
24/04/2007 12:01:20
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01219389
Message ID:
01219393
Vues:
9
>How can I use if in only a line, as below
>
>On error "if error() = 1 do form1"
On Error Do myerrorhandler

Procedure myerrorhandler
Local Array aErrorinfo(7)
=Aerror(aErrorinfo)
If aErrorinfo[1]=1
 Do Form ...
Endif
Edward Pikman
Independent Consultant
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform