AYUDA CON REPORTMAN.OCX
Posted: Thu Jan 08, 2009 11:12 pm
Saludos a todos... amigos estoy tratando de usar el OCX del report manager pero tengo ciertas dudas y espero me puedan ayudar. anexo el fuente...
Primero registre el ocx
REGSVR32 REPORTMAN.OCX
FUNCTION inireport
LOCAL Reportx
Reportx := CreateObject("ReportMan.ReportManX")
Reportx:Preview = .T.
Reportx:ShowProgress = .F.
Reportx:ShowPrintDialog = .F.
Reportx:Filename = "C:\BC\REPORTES\sample4.rep"
Reportx:Execute()
RETURN Nil
el error me da aqui en el Reportx:Execute() al momento de ejecucion:
Error ReportMan.ReportManX/3 DISP_E_MEMBERNOTFOUND: EXECUTE
Stack Calls
===========
Called from: source\rtl\win32ole.prg => TOLEAUTO:EXECUTE(0)
espero de sus ayudas... Gracias...
Primero registre el ocx
REGSVR32 REPORTMAN.OCX
FUNCTION inireport
LOCAL Reportx
Reportx := CreateObject("ReportMan.ReportManX")
Reportx:Preview = .T.
Reportx:ShowProgress = .F.
Reportx:ShowPrintDialog = .F.
Reportx:Filename = "C:\BC\REPORTES\sample4.rep"
Reportx:Execute()
RETURN Nil
el error me da aqui en el Reportx:Execute() al momento de ejecucion:
Error ReportMan.ReportManX/3 DISP_E_MEMBERNOTFOUND: EXECUTE
Stack Calls
===========
Called from: source\rtl\win32ole.prg => TOLEAUTO:EXECUTE(0)
espero de sus ayudas... Gracias...