Hi Michael,
> does anybody kow how to use AcroPdf
>
> The following code shows no error but does not open the pdf
>
> LOCAL oPdf
> LOCAL oAvDoc
> oPdf := CreateObject("AcroPdf.pdf")
> oPdf:LoadFile("x:\pdf\netset.pdf")
> oPdf:PrintAll()
Where did you find the info you used here? Can you provide a link to a
web page?
In general, I would recommend that you inspect acrobat.exe (or
acroread.exe ?) using a type library viewer like the one found here:
http://www.itripoli.com/itlv.asp
and then google for the member names you see in the viewer to get more
info about them (if you are lucky :-) ). Info about the Acrobat object
model on the web is very sparse, there are many questions and few answers.
Additionally, what Eugene said is very important: Verify every step your
code takes so you know where the error occurs.
Regards,
Klas