Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Nesting error
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00481455
Message ID:
00481470
Views:
12
>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--
Previous
Reply
Map
View

Click here to load this message in the networking platform