Re: Printing an Access report using late binding



Dirk,

Is there a list somewhere that shows the
-- OpenReport method
and the possible argument values?

Thank You, Leo


"Dirk Goldgar" wrote:

"TrussworksLeo" <Leo@xxxxxxxxxxxxxxx> wrote in message
news:EAD7D56F-4746-4646-AC3A-D32C38356804@xxxxxxxxxxxxxxxx
Dirk,


Sorry I am still missing somthing. How do I get the View to work
correctly
with late binding?

It does not understand what acViewnormal means? I forgot to switch back
to
late binding before running my last test.

Now that I am using late binding again it shows a dialog which I would
like
to avoid.

With late binding, I don't think you're going to be able to use the defined
constant acViewNormal. You can either pass its actual value, which is 0, or
just leave it out altogether, as I suggested, because acViewNormal is the
default value for that argument of the OpenReport method.

--
Dirk Goldgar, MS Access MVP
www.datagnostics.com

(please reply to the newsgroup)

.