473,396 Members | 1,734 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,396 software developers and data experts.

Implementing a calendar report

In one of my apps, I developed a calendar report composed of a 6x7
grid of subreports, one for each potential day in a month (the worst
case scenario is that a month spans 6 weeks, like July 2005).

The report logic works fine and the report can be printed when the
front-end and back-end both reside on my hard drive. In a live
environment however, when the back-end resides on a network drive, the
report doesn't get printed. It *appears* to spool to the printer but
never reaches the printer nor results in any sort of error message.

Does anyone have any idea which system resources are at the root of my
problems? What do I not have enough of? (Easy now!)

Or perhaps there is a less CPU-intensive way to generate a calendar?

Chuck
Nov 13 '05 #1
3 2404
Chuck Van Den Corput wrote:
In one of my apps, I developed a calendar report composed of a 6x7
grid of subreports, one for each potential day in a month (the worst
case scenario is that a month spans 6 weeks, like July 2005).

The report logic works fine and the report can be printed when the
front-end and back-end both reside on my hard drive. In a live
environment however, when the back-end resides on a network drive, the
report doesn't get printed. It *appears* to spool to the printer but
never reaches the printer nor results in any sort of error message.

Does anyone have any idea which system resources are at the root of my
problems? What do I not have enough of? (Easy now!)

Or perhaps there is a less CPU-intensive way to generate a calendar?


I think that depends. 8)

You have 42 sub-reports - do you have a routine that makes each grid
visible/invisible (you'd only need this for the sub reports on the first
line and last two lines of the "grid")? Does this or another routine
assign a date value to each subreport? That's how I'd do it (it's how I
run a little mini date picker calendar that doesn't rely on any 3rd
party calendar controls) and I don't see that creating a problem in the
environment you describe.
--
Tim http://www.ucs.mun.ca/~tmarshal/
^o<
/#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake
/^^ "Whatcha doin?" - Ditto "TIM-MAY!!" - Me
Nov 13 '05 #2
On Wed, 08 Jun 2005 22:41:23 -0230, Tim Marshall
<TI****@PurplePandaChasers.Moertherium> wrote:
Chuck Van Den Corput wrote:
In one of my apps, I developed a calendar report composed of a 6x7
grid of subreports, one for each potential day in a month (the worst
case scenario is that a month spans 6 weeks, like July 2005).

The report logic works fine and the report can be printed when the
front-end and back-end both reside on my hard drive. In a live
environment however, when the back-end resides on a network drive, the
report doesn't get printed. It *appears* to spool to the printer but
never reaches the printer nor results in any sort of error message.

Does anyone have any idea which system resources are at the root of my
problems? What do I not have enough of? (Easy now!)

Or perhaps there is a less CPU-intensive way to generate a calendar?


I think that depends. 8)

You have 42 sub-reports - do you have a routine that makes each grid
visible/invisible (you'd only need this for the sub reports on the first
line and last two lines of the "grid")? Does this or another routine
assign a date value to each subreport? That's how I'd do it (it's how I
run a little mini date picker calendar that doesn't rely on any 3rd
party calendar controls) and I don't see that creating a problem in the
environment you describe.


Tim, I am probably implementing my calendar similarly to what you have
described. 42 sub-reports all drawing on a prepopulated temporary
table with daily events with a "day number key" from 1 to 42.

As I mentioned, generating the report, even in a network environment,
is not the problem. The problem comes when the users attempt to print
that report. Presumably Access goes through its report generation
logic one more time, as is its wont, but somehow the resultant report
never quite reaches the printer. And that's where I am lost. Where in
the path from Access to the printer does this transmission die?

Chuck
Nov 13 '05 #3
Chuck Van Den Corput wrote:
And that's where I am lost. Where in
the path from Access to the printer does this transmission die?


Bizarre. Mind you, I've never done a report with so many subreports,
either. Don't know if that has anything to do with it, but I'm lost,
sorry. Anyone else?
--
Tim http://www.ucs.mun.ca/~tmarshal/
^o<
/#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake
/^^ "Whatcha doin?" - Ditto "TIM-MAY!!" - Me
Nov 13 '05 #4

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

Similar topics

2
by: Jeff | last post by:
I need to find a calendar report that looks like a monthly calendar. I have not been able to find one or to create one. I was wondering if anyone could point me in the right directions.
16
by: DFS | last post by:
If you're listening, I want the middle of the calendar (showing 1 month) to open below the cursor position. It currently opens just to the right and below the cursor position. I hunted through...
5
by: Don | last post by:
I think I got this from this group some time ago but I'm not sure. I had a little pop up calendar that was attached to a form. Click on the calendar and select a start date then click on another...
0
by: R.A.M. | last post by:
Hello, I need to implement popup calendar in ASP.NET application. I created a button opening popup calendar on 'master' page: <asp:Button ID="Calendar" runat="server" Text=Calendar"...
1
by: R.A.M. | last post by:
Hello, I need to implement popup calendar in ASP.NET application. I created a button opening popup calendar on 'master' page: <asp:Button ID="Calendar" runat="server" Text=Calendar"...
2
by: Bob | last post by:
I've searched this group and have not found any posts since 2001, so I'm hoping that now there may be a better way. I have a need to generate a report that looks like a outlook monthly calendar...
3
by: Tarena | last post by:
I have a report that is generated by a query. I have a form with a calendar control. I would like to use the form to force my date range to generate my report. Any suggestions? Do I need to give...
2
by: JCMcAbee | last post by:
I have a form that has a command button to print a report. However, I would like for the report to pop up a calendar to input a date on the report before it prints it. I have tried the date...
14
by: magmike | last post by:
Can I do anything with the calendar buttons? I want to display a number on the buttons. I'm using the calendar control on a form that sets a call back date and time. The user can click on the...
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
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.