Thanks Drew. Yes, I could do that, but I want to use the AutoQuit property since it is there for that purpose.
Ian. -- On 24 Feb 2007, at 6:41 pm, Drew F. wrote: > In the close event of your default window put: > > quit > > -Drew > > On Feb 24, 2007, at 10:06 AM, Ian Piper wrote: > >> I want my application to quit when I close the default window. I have >> tried two ways: in the app object I created a new property called >> AutoQuit as Boolean and set it to True. No good. I also tried setting >> App.AutoQuit = True in the App.Open event Handler. In either case the >> window closes but the application doesn't. >> >> What am I doing wrong here? >> >> >> Ian. >> -- >> _______________________________________________ >> Unsubscribe or switch delivery mode: >> <http://www.realsoftware.com/support/listmanager/> >> >> Search the archives: >> <http://support.realsoftware.com/listarchives/lists.html> >> > > _______________________________________________ > Unsubscribe or switch delivery mode: > <http://www.realsoftware.com/support/listmanager/> > > Search the archives: > <http://support.realsoftware.com/listarchives/lists.html> _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
