PrtDevMode coding problem

C

Craig

I'm having a bit of problem getting this code right. I
want the default printer to print from a manual feed. I
know the PrtDevMode.DefaultSourceMember=4(manual feed) is
the line to possibly do it and then assign it to the
report. I tried several different ways with no luck.

Thanks in Advance

--Craig
 
G

GOU

Hi Craig,

Maybe it's because your report is not open in Design mode
before you try to change PrtDevMode.
Have you seen the exemple that comes with PrtDevMode in
Access help ?

I have myself a problem with that since I try to use this
code in an compiled MDE database and since I cannot reach
the design mode in an MDE my code doesn't work.

GOU.
 
C

Craig

Yes, I have looked at the Access help example...Doing it
in Design view would not work for me...Thanks for the
reply..

--Craig
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top