Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Nesting error
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00481455
Message ID:
00481470
Vues:
13
>THanks for replying. How would I go about handling this on error code. I want it to run the following if during On Error
>
>
>	local aErrInfo[1],qt
>	aerror(aErrInfo)
>	qt = aErrInfo[1,2]
>	qt = qt+' '
>	messagebox(qt+f,0,'error moving tofile')
>	continue_on = .f.
>	release aErrInfo
>
>
>but I don't know how the make this code work.
>
>Thanks
>Nick Patel

You can put it into separate PRG file or use your object ERROR() event.
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform