Recent content by spc_cz

  1. S

    PDF Print

    I don't need to generate PDF. Just print only. I can do it with adobe reader from command line /*--------------*/ os-command value('call "C:\Program Files\Adobe\Reader 8.0\Reader\AcroRd32.exe" /n /h /t /s /o ' + 'c:\tmp\test.pdf "HP"') /*--------------*/ but I would like to do it "clear". So I...
  2. S

    PDF Print

    Hi, I tried to print PDF File, but I failed. /*------------------------------------------------------*/ DEFINE VARIABLE pPDFFile AS CHARACTER NO-UNDO. DEFINE VARIABLE ch_Acro AS COM-HANDLE NO-UNDO. DEFINE VARIABLE ltmp AS int. pPDFFile = 'c:\Test.pdf'. CREATE "AcroPdf.PDF"...
Top