Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error handler
Message
 
To
31/12/2000 23:21:18
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00458265
Message ID:
00458281
Views:
15
>Hi,
> I tried to get nLine which in ERROR EVENT of my form. Why it always return 0 if I run it as EXE?
>
>Thank you

ON ERROR do ERRHAND

PROCEDURE errhand (merror, mess, mess1, mprog, mlineno)
lcLastOnError=ON('ERROR')
ON ERROR
messagebox(trans(mlineno))
ON ERROR &lcLastOnError
endproc
Imagination is more important than knowledge
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform