Search results

  1. P

    PDF Include and Templates

    Hi: I need help with PDF_Include again, this time with templates. Here is the code i use: {pdf_inc.i} RUN pdf_new ("Cotiz", "c:\temp\prueba1.pdf"). RUN pdf_open_PDF("Cotiz","c:\temp\prueba.pdf","prueba1"). RUN pdf_new_page("Cotiz"). RUN pdf_use_PDF_page("Cotiz", "prueba1", 1). RUN...
  2. P

    PDF Include and Dynamic Temp-Table

    Hi: I need help with PDF_Include and I’ Hope you can help me. My problem is trying to use Dynamics Temp-Tables to make a pdf file. Here is the code i use: {pdf_inc.i "NOT SUPER"} DEF VAR tt-Preview AS WIDGET-HANDLE. DEF VAR bh-Preview AS HANDLE. /* */ CREATE TEMP-TABLE tt-Preview...
Back
Top