PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → iPrintReport with parameters
iPrintReport with parameters
Iniciado por muratalk, 21,ago. 2015 13:49 - 4 respuestas
Publicado el 21,agosto 2015 - 13:49
Hello,

In the source report, i pass !!!:
iPrintReport("\\AlkanNetwork\Sab\TekSip\KALEM.wde","!!!")


In the target report, how can I catch these parameters to a value?
Target report name is KALEM, and this is not working:
Procedure KALEM(sText)
Info(sText)


What I want to do is adding full A4 size images to the end of reports in a modular way.
Publicado el 24,agosto 2015 - 12:21
Anyone can help?
Publicado el 24,agosto 2015 - 14:20
Hi Felix,

than is the correct way of passing parameters, the exact same way than
in windows, functions, etc. So what do you means when you say 'this is
not working" ?

Best regards

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

Already there: WXShowroom.com, WXReplication (open source)
Coming soon: WXEDM (open source)
More information on http://www.fabriceharari.com


On 8/21/2015 5:49 AM, Felix Alkan wrote:
Hello,

In the source report, i pass !!!:
iPrintReport("\\AlkanNetwork\Sab\TekSip\KALEM.wde","!!!")


In the target report, how can I catch these parameters to a value?
Target report name is KALEM, and this is not working:
PROCEDURE KALEM(sText)
Info(sText)


What I want to do is adding full A4 size images to the end of reports in
a modular way.
Publicado el 25,agosto 2015 - 07:59
I run this code from inside a report.

So if there is an extra thing to print, I pass parameters to another report, with all different .
I don't have control over original report printing code, so I need to do that on a report.

Putting this before printing anything->iPrintReport("\\AlkanNetwork\Sab\TekSip\KALEM.wde","!!!")
It adds extra pages at the end of the report.

I couldn't manage pass parameters to that report, that's what I want to do.
Publicado el 26,agosto 2015 - 08:18
Hello,

I really need help on this, do someone have some comments, which can point me into right direction?