Keeping a PDF on topp while working with a form

Shas91

Member
Local time
Today, 02:11
Joined
Nov 26, 2019
Messages
41
Hi !

I'm trying to fill in a form based on what a PDF document is showing. As You all know the PDF document is placed behind the Access as soon as it get activated. You have to work with alt tab and switch between the two program while doing this. Its workable but very anoying.

Is there any way to solve this ?

// Stefan
 
Could you display the pdf on a Web browser control in a form?
 
you need an API that will make the pdf window on foreground.
 
I realize that you did not ask the question, but have you considered populating your form with the PDF data programatically instead of having a human transpose it?
 
I realize that you did not ask the question, but have you considered populating your form with the PDF data programatically instead of having a human transpose it?

Unfortunatelly that doesn't work here... My PDF:s are invoices and they arrived from about 200 diffrent places...
 
if your mso is 32 bit, then it will work even if the code was 2005.
 
if your mso is 32 bit, then it will work even if the code was 2005.

Ok but the code I found did not worked for me and I did not understund it so it's har to find out what I have done wrong
 

Users who are viewing this thread

Back
Top Bottom