Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error event does no return to master
Message
From
08/01/2013 17:44:07
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Error event does no return to master
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01561811
Message ID:
01561811
Views:
79
Hi All,

I instantiate a form:
glFormInitOK = .T.
loWindow = newobject( 'viafrm_viajob', 'viajob.vcx' )
if m.glFormInitOK
	loWindow[ m.ln ].refresh()
	loWindow[ m.ln ].show()
	loWindow[ m.ln ].refresh()
	read events
endif
To test my error handling I have created an erroneous line in the LOAD that will invoke the Error Event. I offer the user the option to retry, ignore or abort. When abort is chosen I set m.glFormInitOK to False and try RETURN TO MASTER.

However, after execution of the RETURN TO MASTER command it continues with the code in the Init method of at least several objects, causing additional errors handled by the same Error Event. Only after several of those additional handliings it quits the form instantiation phase.

I have tried several alternative commands to end the creation of the form. None appears to prevent the execution of the code in the Init methods.

I try to avoid using ExitProcess().

What am I doing wrong?
Groet,
Peter de Valença

Constructive frustration is the breeding ground of genius.
If there’s no willingness to moderate for the sake of good debate, then I have no willingness to debate at all.
Let's develop superb standards that will end the holy wars.
"There are three types of people: Alphas and Betas", said the beta decisively.
If you find this message rude or offensive or stupid, please take a step away from the keyboard and try to think calmly about an eventual a possible alternative explanation of my message.
Next
Reply
Map
View

Click here to load this message in the networking platform