PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Load report
Load report
Débuté par Alcuino, 17 déc. 2016 18:54 - 1 réponse
Posté le 17 décembre 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
Posté le 19 décembre 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