pdf_text_xy cannot be zero!!

Project:PDF Include project
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:active
Description

Please could someone assist. I am really new to PDF and Progress so am hoping that someone can help me. Creating PDF from progress I get the above error and am then unable to open the PDF as it says that it is damaged. Anyone know what the problem is.

PLEASE OH PLEASE HELP THE NEWBIE!!


Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

#1

You are calling a program pdf_text_xy that is expecting you to pass a stream name, the text, and the positon on the page (row and column). Example:
RUN pdf_text_xy ("Ipdf","REMIT TO:", 360, Vrow + 35).
Either your row or column values are 0.