Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Arquivo aberto
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00843041
Message ID:
00843667
Vues:
18
This message has been marked as a message which has helped to the initial question of the thread.
Thiago,

Antes do VFP8 eu costumava tratar erros mais ou menos assim...
Local lcErro, llErro
Set Safety Off 
***
lcErro = On("Error")
On ERROR llErro = .T.
Copy File Teste.DBF to Teste2.DBF
If llErro
  MessageBox("Houve problema na cópia")
Else
  MessageBox("Cópia efetuada com Sucesso")
EndIf
On error &lcErro
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform