Hi.
A while back Arturo announced a new class to view pdfs natively. Has anybody heard about this class again? Is the source available anywhere? Arturo?
Thank you,
Reinaldo.
*-----------------------------------*
Function OpenPdf(cTempFile,cReport)
LOCAL oWnd, oPdf
Default cReport := cTempFile
DEFINE WINDOW oWnd TITLE cReport
oPdf = TActiveX():New( oWnd, "AcroPDF.PDF" )
oPdf:LoadFile := cTempFile
oWnd:oClient = oPdf
ACTIVATE WINDOW oWnd MAXIMIZED ;
ON INIT SETWINDOWPOS( oWnd:hWnd, -1, 0, 0, 0, 0, 3 ) ;
VALID (oPdf:End(), .T. )
RETURN NIL
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 100 guests