Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Developing U++ » UppHub » Problems with OfficeAutomation (Solved) (old application ok but new comply application fail when AddSheet())
Re: Problems with OfficeAutomation [message #44013 is a reply to message #44012] Fri, 12 December 2014 13:34 Go to previous messageGo to previous message
koldo is currently offline  koldo
Messages: 3432
Registered: August 2008
Senior Veteran
Hello pfsdanny

Thank you for your test. Please comment this line in OfficeAutomation.cpp and try it:

bool OPENSheet::Quit() {
	if (!quit) {
		quit = true;
		if (Desktop) {
			//Ole::Method(Desktop, "Dispose"); PLEASE COMMENT THIS LINE
			return Ole::Method(Desktop, "Terminate");
		}
	}
	return true;
}


Best regards
IƱaki
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: problem with sysinfo
Next Topic: Linux "start" equivalent
Goto Forum:
  


Current Time: Tue Apr 29 09:45:46 CEST 2025

Total time taken to generate the page: 0.00778 seconds