Hi: Is possible call service "com.sun.star.ServiceManager" in Scheduled Task ?
I programmed with Harbour (clipper) to processing data file and make file .xls using Calc. This program work very, very good and nice in any open session . This program is necesary work like Scheduled task in my Windows 2000 Server and when need open Calc with OLE, but not can call "com.sun.star.ServiceManager". I need run only 2 or 3 programs in Sheduled Task (in server) and not necesary buy licenc of Microsoft Office, if can make same with OpenOffice I Try en WinXP and same problem. Error when program is called by Scheduled Task is in my developer languaje: oServiceManager := TOleAuto():New("com.sun.star.ServiceManager") How can make work my program ? Thanks Jorge