Re: Memory for rendering a report page
- From: "Stephen Lebans" <ForEmailGotoMy.WebSite.-WWWdotlebansdot...@xxxxxxxxxxxx>
- Date: Thu, 17 Jan 2008 21:26:04 -0400
To reduce your memory foot print per page you must:
1) Use the Print event, NOT the Format event, to load your images into the
Image control.
2) Turn off the Loading Image dialog via the Registry.
This is an old Bug caused by the "Loading Image" dialog. Here is a previous
post of mine on this issue.
If you do not stop the "Loading Image" Dialog via the Registry modification
you will run into two issues:
1) Access can crash if you scroll through the records too fast.
2) When printing a Report, Access may run out of resources and be
unable to complete printing the report.
Additionally, two issues in regards to the Registry modification
pointed to
here http://www.mvps.org/access/api/api0038.htm
1) The Registry key MUST be "No" NOT "no" or "NO"
2) On systems with XP or on systems with more than one user account,
you must add/modify the key in both HKEY_CURRENT_USER and
HKEY_LOCAL_MACHINE.
------------------------------------------------------------------------
If after modifying your MDB for #1 and #2 above still leaves you with a lack
of resources to complete the print job then you can try:
3) Use the fLoadPicture function on my site to load your large images into
the Image control.
http://www.lebans.com/loadjpeggif.htm
Finally, if implementing all of the above does not resolve your issue then
you will have to programmatically print out a few pages of your report at a
time.
--
HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
"anthony" <anthony.marrian@xxxxxxxxx> wrote in message
news:a0fe9141-3b1a-450b-bbfd-890ef7306c08@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Does Access limit the amount of memory needed to render a report page?
If so, is it possible to increase the default?
.
- Follow-Ups:
- Re: Memory for rendering a report page
- From: anthony
- Re: Memory for rendering a report page
- References:
- Memory for rendering a report page
- From: anthony
- Memory for rendering a report page
- Prev by Date: Re: 07 prompts for table field
- Next by Date: Re: List of Suppliers
- Previous by thread: Re: Memory for rendering a report page
- Next by thread: Re: Memory for rendering a report page
- Index(es):
Relevant Pages
|