Share via

Problem displaying PDF file using Web Browser Control in Access Form

Anonymous
2022-05-04T08:08:11+00:00

i hava a from with a webbrowser control, and on my computer the form works well .

the webbrowser control opens the file in acrobat dc

on another computer however , the webbrowser tries to open the file in acrobat reader , allthough that program is de-installed. i want it to open also in acrobat dc.

in the settings the standard app for pdf is acrobat dc ...

can anyone explain why the access database keeps looking for acrobat reader ?

Microsoft 365 and Office | Access | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

4 answers

Sort by: Most helpful
  1. Anonymous
    2022-05-11T11:45:30+00:00

    ??? there is no vba for the webbrowser control : the url is in a file and the control is a webbrowser control with the above settings !

    it works fine on some computers, it uses acrobat dc as it should.

    but on other computers the webbrowser control tries to open acrobat reader allthough that is not installed.

    there is no way to say to the webbrowser control whicht program it should use.

    in the standard settings for pdf , acrobat dc is set as the standard.

    Was this answer helpful?

    0 comments No comments
  2. George Hepworth 22,855 Reputation points Volunteer Moderator
    2022-05-04T14:50:22+00:00

    That;'s a start. What about the DATA, i.e. the URL you are trying to load? And any VBA associated with it?

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2022-05-04T14:38:16+00:00

    it is a control in a form .

    these are the properties :

    Was this answer helpful?

    0 comments No comments
  4. George Hepworth 22,855 Reputation points Volunteer Moderator
    2022-05-04T13:03:34+00:00

    Perhaps if we could see how the Web Browser control in your form actually works, it would be possible to offer suggestions.

    The idea of the WBC is that it displays web pages inside it, so referring to either Acrobat DC or Acrobat Reader seems unintuitive.

    I would expect the pdf to open in your form's Web Browser Control in the form, not in any outside application.

    Thanks for providing the context so we can understand the problem enough to offer suggestions.

    Was this answer helpful?

    0 comments No comments