Looks odd - that a form's LOAD event is issuing ON SHUTDOWN like that.
This setting controls what happens when you try to exit VFP, and that's
not really a forms business. 

I'd try commenting these six lines out to see if that gets you where you
want to be.


Bill



> Thank you Bill. Could this be the culprit? In particular the 
> 1st 6 lines quoted below? If so, must I only exit from the 
> task manager?
> 
> ===Begin Form1 Load Method 
> IF _vfp.startmode != 0
>       SET default TO (JUSTPATH(SYS(16,0)))
>       ON SHUTDOWN QUIT
> ELSE
>       ON SHUTDOWN CANCEL
> ENDIF
> SET CLASSLIB TO (LOCFILE("vfpcalendar.vcx"))
> SET CLASSLIB TO (LOCFILE("backstyle.vcx")) ADDITIVE
> ===End Form1 Load Method
> 
> 
> ================
> PabloSr



_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to