PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Load report
Load report
Iniciado por soyqu_qu, 17,dic. 2016 18:54 - 1 respuesta
Publicado el 17,diciembre 2016 - 18:54
I have a report not included in the project

I need load and execute that report. There is any tip?

I tested with LoadWDL and ComponentLoad but not run

ComponentLoad(report2, "D:\WD20\Report2.wde")

iPrintReport(report2)

TIA
Publicado el 19,diciembre 2016 - 01:41
Hi

how about simply with iPrintReport and the full report name ?

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

Ready for you: WXShowroom.com, WXReplication (open source) and now WXEDM
(open source)

More information on http://www.fabriceharari.com

Le 12/17/2016 à 12:54 PM, Alcuino a écrit :
I have a report not included in the project

I need load and execute that report. There is any tip?

I tested with LoadWDL and ComponentLoad but not run

ComponentLoad(report2, "D:\WD20\Report2.wde")

iPrintReport(report2)

TIA