View Single Post
  #9  
Old April 27th, 2004, 04:37 AM
Steven
external usenet poster
 
Posts: n/a
Default Changing formats

The acCmdZoom150 produces an error message 2046 stating
that Zoom150% is unavailable.
I have adjusted the Keep Together property in the Group's
Header properties, but the text and heading still split.
grateful any further advice
thanks
-----Original Message-----
I recently upgraded computer including a larger

monitor.
When I now run my databases, they fill about 25 percent
of the new screen. How can I enlarge my databases to

fill
more of the new screen?


The display resolution on your older computer, where you

originally
developed your database, was set to a lower resolution

than your current
computer. It is possible to add code to your

application to adjust the
display based on the current screen resolution

settings. Go to the
following link and download the Form Scaling/Resizing

Tool.

http://www.developershandbook.com/downloads.htm

If you already own a copy of the Access xxxx Developer's

Handbook by Ken
Getz et al, the code is also available there

A couple of other questions -
when screen previewing a report, how can I get the
preview to automatically open at 150%?


DoCmd.OpenReport "MyReport", acViewPreview
DoCmd.RunCommand acCmdZoom150

preview to automatically open at 150%? Also on

reports -
how can I ensure a group header is attached to its data
when a new page is opened. ie. the group header should
not be on one page and the group data on the next.


You can adjust the Keep Together property in the Group's

Header Properties
in your report's design view.
--

Cheryl Fischer, MVP Microsoft Access
Law/Sys Associates, Houston, TX


"Steven" wrote in

message
...
I recently upgraded computer including a larger

monitor.
When I now run my databases, they fill about 25 percent
of the new screen. How can I enlarge my databases to

fill
more of the new screen? A couple of other questions -
when screen previewing a report, how can I get the
preview to automatically open at 150%? Also on

reports -
how can I ensure a group header is attached to its data
when a new page is opened. ie. the group header should
not be on one page and the group data on the next.
many thanks



.