That did it. While I had to quit VFP via the task manager. I reloaded the project and commented out those lines of method code in the load event of the form which has the options to run the several examples of the classes.
Voila! thanks. I hope this discussion also helps Chet, who I'm sure will be looking at it. Best regards and have a great weekend! Be well! ================ PabloSr In a learning adventure -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bill Arnold Sent: Monday, July 10, 2006 11:51 PM To: [EMAIL PROTECTED] Subject: RE: Have a Calendar object? 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: [email protected] 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.

