MDB and MDE - Different code behaviour!?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Warren

    MDB and MDE - Different code behaviour!?

    Hi all,

    I've got some nice code that run Access Reports as PDF's without asking
    for user input. It works great in my master MDB but when I make my
    client MDE copy, my code behaves different by asking the user for a PDF
    file name!

    Is there something I should be doing that I am not?


    Sad Warren

  • Tom van Stiphout

    #2
    Re: MDB and MDE - Different code behaviour!?

    On 13 Sep 2006 20:10:56 -0700, "Warren"
    <warren_rapson@ pacificnational .com.auwrote:

    Create a small MDB with just enough functionality to create a sample
    PDF report. My guess is it will "fail" the same way.
    This can happen when the PDF printer is not connected to the PDF port,
    but to some other port like "FILE:" or "c:\test.pd f".

    -Tom.

    >Hi all,
    >
    >I've got some nice code that run Access Reports as PDF's without asking
    >for user input. It works great in my master MDB but when I make my
    >client MDE copy, my code behaves different by asking the user for a PDF
    >file name!
    >
    >Is there something I should be doing that I am not?
    >
    >
    >Sad Warren

    Comment

    Working...