Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Odd problem with error routine
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 6 SP5
Miscellaneous
Thread ID:
01006612
Message ID:
01006625
Views:
16
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--
Previous
Reply
Map
View

Click here to load this message in the networking platform