Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Odd problem with error routine
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 6 SP5
Divers
Thread ID:
01006612
Message ID:
01006625
Vues:
15
Works fine in VFP 9
ON ERROR DEBUGOUT ERROR( ), "#", MESSAGE( ), "#", MESSAGE(1)
use cliparam order client shared
ON ERROR
* Result
1 # File 'h:\temp\cliparam.dbf' does not exist. # use cliparam order client shared
>the line of code is
>
use cliparam order client shared
>the error trapping is:
>
ON ERROR DO errorhnd WITH ERROR( ), MESSAGE( ), MESSAGE(1), PROGRAM( ), LINENO( )
>
>the problem is that the error procedure only sees:
>"use cliparam order client"
>
>What happened to the "share" ?
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform