PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WEBDEV 2024 → Printing Report
Printing Report
Iniciado por Sreekanth, 24,mar. 2011 08:04 - 1 respuesta
Publicado el 24,marzo 2011 - 08:04
Dear All,

Iam facing an issue while printing a report from WEBDEV. I want to print the report with the 'Y' position as specified from my program. I tried this with 'iypos' in the report preprint and also in the postprint events, but not worked. Also I tried it with report..TopMargin, but found that this method could not set at run time. so the TopMargin will always remain the same as one we first set. If anyone knows how to fix this problem, please replay.

Many Thanks
Sreekanth.
Publicado el 24,marzo 2011 - 18:14
Hi Sreekanth

most of the time, when you want this level of control, you do not use
the reports, but all the direct printing functions (iprint, iYPos,
iStlylo, and so on)

Best regards


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

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


On 24/03/2011 02:04, Sreekanth wrote:
Dear All,

Iam facing an issue while printing a report from WEBDEV. I want to print the report with the 'Y' position as specified from my program. I tried this with 'iypos' in the report preprint and also in the postprint events, but not worked. Also I tried it with report..TopMargin, but found that this method could not set at run time. so the TopMargin will always remain the same as one we first set. If anyone knows how to fix this problem, please replay.

Many Thanks
Sreekanth.