PC Review


Reply
Thread Tools Rate Thread

acCmdXoom constants for RunCommand

 
 
=?Utf-8?B?a2thcnJl?=
Guest
Posts: n/a
 
      5th Apr 2006
Hello,
I'm trying to view a report with 75% zoom through
DoCmd.RunCommand acCmdZoom75
The error message states something like "not available right now".
acCmdZoom500 and acCmdZoom1000 works fine...

Anyone found proper documentation on RunCommand?
Grateful for any tip, if only a book reference (I want to know WHY).
Br,
kk
 
Reply With Quote
 
 
 
 
fredg
Guest
Posts: n/a
 
      5th Apr 2006
On Wed, 5 Apr 2006 09:43:03 -0700, kkarre wrote:

> Hello,
> I'm trying to view a report with 75% zoom through
> DoCmd.RunCommand acCmdZoom75
> The error message states something like "not available right now".
> acCmdZoom500 and acCmdZoom1000 works fine...
>
> Anyone found proper documentation on RunCommand?
> Grateful for any tip, if only a book reference (I want to know WHY).
> Br,
> kk


Place the RunCommand in the code of the event you use to open the
report:

DoCmd.OpenReport "ReportName", acViewPreview
DoCmd.RunCommand acCmdZoom75
--
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail
 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
RunCommand =?Utf-8?B?UHJpbWVwaXhpZQ==?= Microsoft Access VBA Modules 1 3rd Aug 2005 09:32 AM
Pivot Tables and VBA / RunCommand Constants Darrell Microsoft Access Macros 1 12th Aug 2004 04:31 PM
Pivot Tables & VBA / RunCommand Constants Darrell Microsoft Access 0 11th Aug 2004 05:49 PM
RunCommand MAC Microsoft Access Macros 1 25th May 2004 11:11 AM
integer constants used with string constants Eric Newton Microsoft Dot NET Framework 3 14th Jan 2004 05:05 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:56 PM.