Active X and Adobe
Publicado: Mar Feb 19, 2008 10:52 pm
Howdy
Has anyone got a working example of a form with a PDF being opened in an
activex container
I have a form and have done this
WITH OBJECT ::oPDFDoc := TAcroPDF():New( Self )
:nAlign := alCLIENT
:Create()
:SetFocus()
::oPDFDoc:LoadFile("C:Contacts.pdf")
END
I just get the hatching which means something when wrong somewhere...
I have made sure Adobe isn't prompting for upgrades etc when it opens
Under task manager AcroRd32.exe starts but thats it.
I can start acrord32.exe from a command line and open a pdf without any
prompts appearing
I'm sure there was an example of a PDF in the samples, but I can no longer
find any of the OCX examples, including the explorer one
Regards Nick
Has anyone got a working example of a form with a PDF being opened in an
activex container
I have a form and have done this
WITH OBJECT ::oPDFDoc := TAcroPDF():New( Self )
:nAlign := alCLIENT
:Create()
:SetFocus()
::oPDFDoc:LoadFile("C:Contacts.pdf")
END
I just get the hatching which means something when wrong somewhere...
I have made sure Adobe isn't prompting for upgrades etc when it opens
Under task manager AcroRd32.exe starts but thats it.
I can start acrord32.exe from a command line and open a pdf without any
prompts appearing
I'm sure there was an example of a PDF in the samples, but I can no longer
find any of the OCX examples, including the explorer one
Regards Nick