A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Setting Up & Running Reports
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

pages limitations



 
 
Thread Tools Display Modes
  #1  
Old September 21st, 2009, 05:11 PM posted to microsoft.public.access.reports
iccsi
external usenet poster
 
Posts: 139
Default pages limitations

I have an application and suddently is unable to print report more
than 18 pages.

I know that the MS Access report limitation should be 65535 pages.

I just wodner are there any place to limit pages to print from Windows
or printer configuration?


Your help is great appreciated,
  #2  
Old September 22nd, 2009, 01:49 PM posted to microsoft.public.access.reports
S.Clark[_2_]
external usenet poster
 
Posts: 423
Default pages limitations

How are you printing, what are you printing? Embellish a little more about
the issue.

"iccsi" wrote:

I have an application and suddently is unable to print report more
than 18 pages.

I know that the MS Access report limitation should be 65535 pages.

I just wodner are there any place to limit pages to print from Windows
or printer configuration?


Your help is great appreciated,

  #3  
Old September 22nd, 2009, 04:42 PM posted to microsoft.public.access.reports
inungh
external usenet poster
 
Posts: 177
Default pages limitations

On Sep 22, 8:49*am, S.Clark wrote:
How are you printing, what are you printing? *Embellish a little more about
the issue.



"iccsi" wrote:
I have an application and suddently is unable to print report more
than 18 pages.


I know that the MS Access report limitation should be 65535 pages.


I just wodner are there any place to limit pages to print from Windows
or printer configuration?


Your help is great appreciated,- Hide quoted text -


- Show quoted text -


I use the following code to preview reports

DoCmd.OpenReport stDocName, acPreview

and following code to print reports

DoCmd.OpenReport stDocName, acNormal

It works on my machine, but some of users can only print up to 18
pages reports.
I asked user to try print from MS Word whoch can print documents more
than 18 pages.

It looks some how MS Access does not like certain machine to print
more than 18 pages of the reports.

Thanks again,

  #4  
Old September 22nd, 2009, 08:02 PM posted to microsoft.public.access.reports
S.Clark[_2_]
external usenet poster
 
Posts: 423
Default pages limitations

How many pages show in the Preview(On Screen)?
What happens if you try to start printing from page 19? (Crash, nothing, or
pages 19-36 print?)

"inungh" wrote:

On Sep 22, 8:49 am, S.Clark wrote:
How are you printing, what are you printing? Embellish a little more about
the issue.



"iccsi" wrote:
I have an application and suddently is unable to print report more
than 18 pages.


I know that the MS Access report limitation should be 65535 pages.


I just wodner are there any place to limit pages to print from Windows
or printer configuration?


Your help is great appreciated,- Hide quoted text -


- Show quoted text -


I use the following code to preview reports

DoCmd.OpenReport stDocName, acPreview

and following code to print reports

DoCmd.OpenReport stDocName, acNormal

It works on my machine, but some of users can only print up to 18
pages reports.
I asked user to try print from MS Word whoch can print documents more
than 18 pages.

It looks some how MS Access does not like certain machine to print
more than 18 pages of the reports.

Thanks again,


  #5  
Old September 23rd, 2009, 04:21 AM posted to microsoft.public.access.reports
inungh
external usenet poster
 
Posts: 177
Default pages limitations

On Sep 22, 3:02*pm, S.Clark wrote:
How many pages show in the Preview(On Screen)?
What happens if you try to start printing from page 19? (Crash, nothing, or
pages 19-36 print?)



"inungh" wrote:
On Sep 22, 8:49 am, S.Clark wrote:
How are you printing, what are you printing? *Embellish a little more about
the issue.


"iccsi" wrote:
I have an application and suddently is unable to print report more
than 18 pages.


I know that the MS Access report limitation should be 65535 pages.


I just wodner are there any place to limit pages to print from Windows
or printer configuration?


Your help is great appreciated,- Hide quoted text -


- Show quoted text -


I use the following code to preview reports


DoCmd.OpenReport stDocName, acPreview


and following code to print reports


DoCmd.OpenReport stDocName, acNormal


It works on my machine, but some of users can only print up to 18
pages reports.
I asked user to try print from MS Word whoch can print documents more
than 18 pages.


It looks some how MS Access does not like certain machine to print
more than 18 pages of the reports.


Thanks again,- Hide quoted text -


- Show quoted text -


the application frozen even preview.
The application print normal on preview and print if page less than
18.
If more than 18 the application frozen and have end task to close the
application.

Thanks again,



  #6  
Old September 23rd, 2009, 05:43 AM posted to microsoft.public.access.reports
Gina Whipp
external usenet poster
 
Posts: 3,500
Default pages limitations

inungh,

Network printer?

--
Gina Whipp

"I feel I have been denied critical, need to know, information!" - Tremors
II

http://www.regina-whipp.com/index_files/TipList.htm

"inungh" wrote in message
...
On Sep 22, 3:02 pm, S.Clark wrote:
How many pages show in the Preview(On Screen)?
What happens if you try to start printing from page 19? (Crash, nothing,
or
pages 19-36 print?)



"inungh" wrote:
On Sep 22, 8:49 am, S.Clark wrote:
How are you printing, what are you printing? Embellish a little more
about
the issue.


"iccsi" wrote:
I have an application and suddently is unable to print report more
than 18 pages.


I know that the MS Access report limitation should be 65535 pages.


I just wodner are there any place to limit pages to print from
Windows
or printer configuration?


Your help is great appreciated,- Hide quoted text -


- Show quoted text -


I use the following code to preview reports


DoCmd.OpenReport stDocName, acPreview


and following code to print reports


DoCmd.OpenReport stDocName, acNormal


It works on my machine, but some of users can only print up to 18
pages reports.
I asked user to try print from MS Word whoch can print documents more
than 18 pages.


It looks some how MS Access does not like certain machine to print
more than 18 pages of the reports.


Thanks again,- Hide quoted text -


- Show quoted text -


the application frozen even preview.
The application print normal on preview and print if page less than
18.
If more than 18 the application frozen and have end task to close the
application.

Thanks again,




  #7  
Old September 23rd, 2009, 02:51 PM posted to microsoft.public.access.reports
inungh
external usenet poster
 
Posts: 177
Default pages limitations

On Sep 23, 12:43*am, "Gina Whipp" wrote:
inungh,

Network printer?

--
Gina Whipp

"I feel I have been denied critical, need to know, information!" - Tremors
II

http://www.regina-whipp.com/index_files/TipList.htm

"inungh" wrote in message

...
On Sep 22, 3:02 pm, S.Clark wrote:





How many pages show in the Preview(On Screen)?
What happens if you try to start printing from page 19? (Crash, nothing,
or
pages 19-36 print?)


"inungh" wrote:
On Sep 22, 8:49 am, S.Clark wrote:
How are you printing, what are you printing? Embellish a little more
about
the issue.


"iccsi" wrote:
I have an application and suddently is unable to print report more
than 18 pages.


I know that the MS Access report limitation should be 65535 pages..


I just wodner are there any place to limit pages to print from
Windows
or printer configuration?


Your help is great appreciated,- Hide quoted text -


- Show quoted text -


I use the following code to preview reports


DoCmd.OpenReport stDocName, acPreview


and following code to print reports


DoCmd.OpenReport stDocName, acNormal


It works on my machine, but some of users can only print up to 18
pages reports.
I asked user to try print from MS Word whoch can print documents more
than 18 pages.


It looks some how MS Access does not like certain machine to print
more than 18 pages of the reports.


Thanks again,- Hide quoted text -


- Show quoted text -


the application frozen even preview.
The application print normal on preview and print if page less than
18.
If more than 18 the application frozen and have end task to close the
application.

Thanks again,- Hide quoted text -

- Show quoted text -


yes, network printer.
Thanks again,
  #8  
Old September 23rd, 2009, 03:16 PM posted to microsoft.public.access.reports
Gina Whipp
external usenet poster
 
Posts: 3,500
Default pages limitations

inungh,

Try removing and reinstalling...

--
Gina Whipp

"I feel I have been denied critical, need to know, information!" - Tremors
II

http://www.regina-whipp.com/index_files/TipList.htm

"inungh" wrote in message
...
On Sep 23, 12:43 am, "Gina Whipp" wrote:
inungh,

Network printer?

--
Gina Whipp

"I feel I have been denied critical, need to know, information!" - Tremors
II

http://www.regina-whipp.com/index_files/TipList.htm

"inungh" wrote in message

...
On Sep 22, 3:02 pm, S.Clark wrote:





How many pages show in the Preview(On Screen)?
What happens if you try to start printing from page 19? (Crash, nothing,
or
pages 19-36 print?)


"inungh" wrote:
On Sep 22, 8:49 am, S.Clark wrote:
How are you printing, what are you printing? Embellish a little more
about
the issue.


"iccsi" wrote:
I have an application and suddently is unable to print report more
than 18 pages.


I know that the MS Access report limitation should be 65535 pages.


I just wodner are there any place to limit pages to print from
Windows
or printer configuration?


Your help is great appreciated,- Hide quoted text -


- Show quoted text -


I use the following code to preview reports


DoCmd.OpenReport stDocName, acPreview


and following code to print reports


DoCmd.OpenReport stDocName, acNormal


It works on my machine, but some of users can only print up to 18
pages reports.
I asked user to try print from MS Word whoch can print documents more
than 18 pages.


It looks some how MS Access does not like certain machine to print
more than 18 pages of the reports.


Thanks again,- Hide quoted text -


- Show quoted text -


the application frozen even preview.
The application print normal on preview and print if page less than
18.
If more than 18 the application frozen and have end task to close the
application.

Thanks again,- Hide quoted text -

- Show quoted text -


yes, network printer.
Thanks again,


  #9  
Old September 23rd, 2009, 06:29 PM posted to microsoft.public.access.reports
inungh
external usenet poster
 
Posts: 177
Default pages limitations

On Sep 23, 10:16*am, "Gina Whipp" wrote:
inungh,

Try removing and reinstalling...

--
Gina Whipp

"I feel I have been denied critical, need to know, information!" - Tremors
II

http://www.regina-whipp.com/index_files/TipList.htm

"inungh" wrote in message

...
On Sep 23, 12:43 am, "Gina Whipp" wrote:





inungh,


Network printer?


--
Gina Whipp


"I feel I have been denied critical, need to know, information!" - Tremors
II


http://www.regina-whipp.com/index_files/TipList.htm


"inungh" wrote in message


...
On Sep 22, 3:02 pm, S.Clark wrote:


How many pages show in the Preview(On Screen)?
What happens if you try to start printing from page 19? (Crash, nothing,
or
pages 19-36 print?)


"inungh" wrote:
On Sep 22, 8:49 am, S.Clark wrote:
How are you printing, what are you printing? Embellish a little more
about
the issue.


"iccsi" wrote:
I have an application and suddently is unable to print report more
than 18 pages.


I know that the MS Access report limitation should be 65535 pages.


I just wodner are there any place to limit pages to print from
Windows
or printer configuration?


Your help is great appreciated,- Hide quoted text -


- Show quoted text -


I use the following code to preview reports


DoCmd.OpenReport stDocName, acPreview


and following code to print reports


DoCmd.OpenReport stDocName, acNormal


It works on my machine, but some of users can only print up to 18
pages reports.
I asked user to try print from MS Word whoch can print documents more
than 18 pages.


It looks some how MS Access does not like certain machine to print
more than 18 pages of the reports.


Thanks again,- Hide quoted text -


- Show quoted text -


the application frozen even preview.
The application print normal on preview and print if page less than
18.
If more than 18 the application frozen and have end task to close the
application.


Thanks again,- Hide quoted text -


- Show quoted text -


yes, network printer.
Thanks again,- Hide quoted text -

- Show quoted text -


Removing and reinstalling MS Access or printer?
It works on my computer, but some users can not print more than 18
pages.
There are many computers can not print. If MS Access corrupted then it
is not normal to have many computers have same issue.

It looks like users do not have proper rights on some where registry.
I am looking for some thing in registry for MS Access or printer that
limit users to print only 18 pages and less.


  #10  
Old September 23rd, 2009, 06:52 PM posted to microsoft.public.access.reports
Gina Whipp
external usenet poster
 
Posts: 3,500
Default pages limitations

Oops, wasn't clear... that would be the printer. There is nothing in Access
or the Registry that says 'Stop after 18 pages', that is why looking at
other options. I would also check that Access has a default printer
assigned.

--
Gina Whipp

"I feel I have been denied critical, need to know, information!" - Tremors
II

http://www.regina-whipp.com/index_files/TipList.htm

"inungh" wrote in message
...
On Sep 23, 10:16 am, "Gina Whipp" wrote:
inungh,

Try removing and reinstalling...

--
Gina Whipp

"I feel I have been denied critical, need to know, information!" - Tremors
II

http://www.regina-whipp.com/index_files/TipList.htm

"inungh" wrote in message

...
On Sep 23, 12:43 am, "Gina Whipp" wrote:





inungh,


Network printer?


--
Gina Whipp


"I feel I have been denied critical, need to know, information!" -
Tremors
II


http://www.regina-whipp.com/index_files/TipList.htm


"inungh" wrote in message


...
On Sep 22, 3:02 pm, S.Clark wrote:


How many pages show in the Preview(On Screen)?
What happens if you try to start printing from page 19? (Crash,
nothing,
or
pages 19-36 print?)


"inungh" wrote:
On Sep 22, 8:49 am, S.Clark
wrote:
How are you printing, what are you printing? Embellish a little
more
about
the issue.


"iccsi" wrote:
I have an application and suddently is unable to print report
more
than 18 pages.


I know that the MS Access report limitation should be 65535
pages.


I just wodner are there any place to limit pages to print from
Windows
or printer configuration?


Your help is great appreciated,- Hide quoted text -


- Show quoted text -


I use the following code to preview reports


DoCmd.OpenReport stDocName, acPreview


and following code to print reports


DoCmd.OpenReport stDocName, acNormal


It works on my machine, but some of users can only print up to 18
pages reports.
I asked user to try print from MS Word whoch can print documents
more
than 18 pages.


It looks some how MS Access does not like certain machine to print
more than 18 pages of the reports.


Thanks again,- Hide quoted text -


- Show quoted text -


the application frozen even preview.
The application print normal on preview and print if page less than
18.
If more than 18 the application frozen and have end task to close the
application.


Thanks again,- Hide quoted text -


- Show quoted text -


yes, network printer.
Thanks again,- Hide quoted text -

- Show quoted text -


Removing and reinstalling MS Access or printer?
It works on my computer, but some users can not print more than 18
pages.
There are many computers can not print. If MS Access corrupted then it
is not normal to have many computers have same issue.

It looks like users do not have proper rights on some where registry.
I am looking for some thing in registry for MS Access or printer that
limit users to print only 18 pages and less.



 




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 07:23 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.