473,387 Members | 1,859 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Reports opening differently on client/my machine

On the users machine a report opens 'To Fit', i.e. the full (A4) page on the
screen. This makes it very hard to read. 1024 x768 TFT monitor.

On my dev machine it opens 100%. 1024 x 768 CRT monitor.

Exactly the same version of the Front End file. I can't seem to find any
sort of setting that makes this 'stick' one way or the other.

Any ideas as to cause/solution?

Cheers, Mike
Nov 13 '05 #1
2 1071
I've seen this behavior too but I can't say why. My client wanted some consistency
so I added a RunCommand to "zoom" the report, like this ...

Private Sub cmdViewStatement_Click()
On Error Resume Next
DoCmd.OpenReport "rptStatements", acViewPreview
DoCmd.RunCommand acCmdZoom100
End Sub

There are a number of zoom options to choose from. Give that a try.
--

Danny J. Lesandrini
dl*********@hotmail.com
http://amazecreations.com/datafast/

"Mike MacSween" <mi******************@btinternet.com> wrote ...
On the users machine a report opens 'To Fit', i.e. the full (A4) page on the screen. This makes it very hard to read.
1024 x768 TFT monitor.

On my dev machine it opens 100%. 1024 x 768 CRT monitor.

Exactly the same version of the Front End file. I can't seem to find any sort of setting that makes this 'stick' one
way or the other.

Any ideas as to cause/solution?

Nov 13 '05 #2
"Danny J. Lesandrini" <dl*********@hotmail.com> wrote in message
news:Qt********************@comcast.com...
I've seen this behavior too but I can't say why. My client wanted some
consistency
so I added a RunCommand to "zoom" the report, like this ...

Private Sub cmdViewStatement_Click()
On Error Resume Next
DoCmd.OpenReport "rptStatements", acViewPreview
DoCmd.RunCommand acCmdZoom100
End Sub

There are a number of zoom options to choose from. Give that a try.
Thanks Danny. I knew there must be an access constant, just couldn't seem to
lay my hands on it.

I wondered whether different default printer, different monitors, different
font sets might be something to do with.

Yours, Mike
--

Danny J. Lesandrini
dl*********@hotmail.com
http://amazecreations.com/datafast/

"Mike MacSween" <mi******************@btinternet.com> wrote ...
On the users machine a report opens 'To Fit', i.e. the full (A4) page on
the screen. This makes it very hard to read. 1024 x768 TFT monitor.

On my dev machine it opens 100%. 1024 x 768 CRT monitor.

Exactly the same version of the Front End file. I can't seem to find any
sort of setting that makes this 'stick' one way or the other.

Any ideas as to cause/solution?


Nov 13 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: flupke | last post by:
Hi, i need to develop an app here which will be used to produce stats. I'm going to go with twisted pb for the client server communication. And wxPython for the GUI. Now i would want to split...
0
by: Niket Kanoi | last post by:
I have an application developed using Visual Basic.Net with SQL Server 2000 as the database. I have couple of crystal reports in my application ( Version of Crystal reports is 9.0 , the one...
1
by: Mithun Verma | last post by:
Hello All, I have a Windows application that uses Crystal Reports 9 (bundled Version) developed using VS.NET 2003 on a windows server 2003 m/c. The application has to be deployed on the client...
0
by: hari krishna | last post by:
hi, I have a web control lybrary project. i have some classes. calling that component though asp.net web form. i am using visual basic for coding. my requirement is to generate xl reports without...
7
by: dog | last post by:
I've seen plenty of articles on this topic but none of them have been able to solve my problem. I am working with an Access 97 database on an NT4.0 machine, which has many Access reports. I...
11
by: Grasshopper | last post by:
Hi, I am automating Access reports to PDF using PDF Writer 6.0. I've created a DTS package to run the reports and schedule a job to run this DTS package. If I PC Anywhere into the server on...
1
by: James | last post by:
Hello, I have developed a reporting application w/ASP.NET on IIS v5 utilizing the Crystal Reports v9 ActiveX Viewer. Another developer has produced several reports using the client version of...
0
by: Mark Gold | last post by:
Hi! We have a VB application using Crystal Reports 6 that has worked successfully on hundreds of systems for over 10 years. Now, on one network, the application and access database does not close....
3
by: evenlater | last post by:
I have an Access application on a terminal server. Sometimes my users need to export reports to pdf, rtf or xls files and save them to their own client device hard drives. They can do that right...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.