Is it possible to access Excel via OLE on Mod_Harbour running on IIS. Any example programs?
Thanks,
Byron ...
Thanks,
Byron Hopp
Matrix Computer Services
Byron Hopp
Matrix Computer Services
Is it possible to access Excel via OLE on Mod_Harbour running on IIS. Any example programs?
Thanks,
Byron ...
function Main()
local oExcel := win_OleCreateObject( "Excel.Application" )
? oExcel:ClassName()
return nilSweet.
Thank you,
Hello Antonio,
can this command work with FastCgi too ?
And what are the methods and classes that can be called ?
Thanks a lot
All,
What is, or is there a difference between:
Win_OleCreateObject
and
CreateObject
functions...
Byron,
Massimo Linossi wrote:Hello Antonio,
can this command work with FastCgi too ?
And what are the methods and classes that can be called ?
Thanks a lot
byron.hopp wrote:All,
What is, or is there a difference between:
Win_OleCreateObject
and
CreateObject
functions...
Byron,
Sheet1 Error: Argument error
operation: SAVE
[ 1] = C c:/temp/Export_Excel.xlsx
[ 2] = N 51
called from: WIN_OLEAUTO:SAVE, line: 0
called from: pcode.hrb, MAIN, line: 64
called from: HB_HRBDO, line: 0
called from: ..\source\exec.prg, EXECUTE, line: 70
Source:
0062:
0063:
0064 =>oWorkBook:Save(nomefile, 51)
0065: oWorkBook:Close(.T.)
0066: oExcel:Quit()