proper syntax for OpenReport

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

    proper syntax for OpenReport

    The OpenReport syntax listed in Access97 help for "view", is
    "acViewPreview" or "acViewNorm al". I have been using "acPreview " and
    "acNormal" . Is there any difference in the results or usage of
    "acVIEWPrev iew" versus "acPreview" ?


  • Bruce M. Thompson

    #2
    Re: proper syntax for OpenReport

    > The OpenReport syntax listed in Access97 help for "view", is[color=blue]
    > "acViewPreview" or "acViewNorm al". I have been using "acPreview " and
    > "acNormal" . Is there any difference in the results or usage of
    > "acVIEWPrev iew" versus "acPreview" ?[/color]

    No, they are merely intrinsic constants with a numeric value. See the following
    from the immediate (debug) window:

    ? acViewPreview
    2
    ? acPreview
    2

    ? acViewNormal
    0
    ? acNormal
    0

    --
    Bruce M. Thompson, Microsoft Access MVP
    bthmpson@mvps.o rg (See the Access FAQ at http://www.mvps.org/access)[color=blue][color=green]
    >> NO Email Please. Keep all communications[/color][/color]
    within the newsgroups so that all might benefit.<<


    Comment

    Working...