473,396 Members | 2,076 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.

Calendar Display

Can someone recommend a way to display a one-month calendar view where the month
can be selected and up to six events can be shown in any day of the calendar.
The events and dates would be stored in an events table and any event may be for
one day or multiple days.

Thanks!

Steve

Nov 12 '05 #1
7 4476
On Mon, 17 May 2004 02:17:44 GMT, "Steve" <sp**@nospam.spam> wrote:

Outlook :-)
-Tom.

Can someone recommend a way to display a one-month calendar view where the month
can be selected and up to six events can be shown in any day of the calendar.
The events and dates would be stored in an events table and any event may be for
one day or multiple days.

Thanks!

Steve


Nov 12 '05 #2
Steve wrote:
Can someone recommend a way to display a one-month calendar view
where the month can be selected and up to six events can be shown in
any day of the calendar. The events and dates would be stored in an
events table and any event may be for one day or multiple days.

Thanks!

Steve


Please don't cross-post.. it makes following threads difficult.

I built a simple calendar using boxes. It's quite simple. I then put
some code behind each box that allowed the user to highlight that box
with a double-click and a subform that allowed records for that "day" to
be created/viewed.
--
regards,

Bradley
Nov 12 '05 #3
Bradley,

Thanks for responding!

From the FAQ --
4) Cross-posting is ok provided you include only the relevant newsgroups.
a) You can cross-post a message to different newsgroups
by including the newsgroup names separated by a semi-colon.
This is what I did - you should be able to see all the responses no matter which
newsgroup you go to.

I like your idea for the calendar. How do you get Day1 to begin on different
weekdays? How do you control the number of days?

Thanks,

Steve

"Bradley" <br*****@REMOVETHIScomcen.com.au> wrote in message
news:40******@nexus.comcen.com.au...
Steve wrote:
Can someone recommend a way to display a one-month calendar view
where the month can be selected and up to six events can be shown in
any day of the calendar. The events and dates would be stored in an
events table and any event may be for one day or multiple days.

Thanks!

Steve


Please don't cross-post.. it makes following threads difficult.

I built a simple calendar using boxes. It's quite simple. I then put
some code behind each box that allowed the user to highlight that box
with a double-click and a subform that allowed records for that "day" to
be created/viewed.
--
regards,

Bradley

Nov 12 '05 #4
"Steve" <sp**@nospam.spam> wrote:
I like your idea for the calendar. How do you get Day1 to begin on different
weekdays? How do you control the number of days?


See the Calendar Tips page at my website
http://www.granite.ab.ca/access/calendars.htm
and download a calendar form some somewhere.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Nov 12 '05 #5
I used MS Outlook to create this -

http://home.att.net/~sethridge/Calendar/Calendar.htm

I then set up on the server so other concerned parties can see it. This is a
calendar showing when a commercial space I manage is booked. Someone calls
me to make a reservation, I put it on the calendar in MS Outlook, then FTP
the calendar to the server. It works well, but only I can change it; others
can only view the page.

Outlook required no programming for this, but I did have to download a gizmo
from MS called a "Web Page Publisher" or something like that. Outlook will
tell you if you have to do the same thing.

I would have preferred to do this in Access so that it would tie in with
something else, but I needed something NOW!, if you know what I mean.
Steve E.

"Steve" <sp**@nospam.spam> wrote in message
news:ch*****************@newsread2.news.atl.earthl ink.net...
Can someone recommend a way to display a one-month calendar view where the month can be selected and up to six events can be shown in any day of the calendar. The events and dates would be stored in an events table and any event may be for one day or multiple days.

Thanks!

Steve

Nov 12 '05 #6
Thanks, Tony!
"Tony Toews" <tt****@telusplanet.net> wrote in message
news:53********************************@4ax.com...
"Steve" <sp**@nospam.spam> wrote:
I like your idea for the calendar. How do you get Day1 to begin on different
weekdays? How do you control the number of days?


See the Calendar Tips page at my website
http://www.granite.ab.ca/access/calendars.htm
and download a calendar form some somewhere.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm

Nov 12 '05 #7
Thanks, Steve!

"Serious_Practitioner" <Se************************@att.net> wrote in message
news:Tw*********************@bgtnsc05-news.ops.worldnet.att.net...
I used MS Outlook to create this -

http://home.att.net/~sethridge/Calendar/Calendar.htm

I then set up on the server so other concerned parties can see it. This is a
calendar showing when a commercial space I manage is booked. Someone calls
me to make a reservation, I put it on the calendar in MS Outlook, then FTP
the calendar to the server. It works well, but only I can change it; others
can only view the page.

Outlook required no programming for this, but I did have to download a gizmo
from MS called a "Web Page Publisher" or something like that. Outlook will
tell you if you have to do the same thing.

I would have preferred to do this in Access so that it would tie in with
something else, but I needed something NOW!, if you know what I mean.
Steve E.

"Steve" <sp**@nospam.spam> wrote in message
news:ch*****************@newsread2.news.atl.earthl ink.net...
Can someone recommend a way to display a one-month calendar view where the

month
can be selected and up to six events can be shown in any day of the

calendar.
The events and dates would be stored in an events table and any event may

be for
one day or multiple days.

Thanks!

Steve


Nov 12 '05 #8

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

Similar topics

5
by: Wm | last post by:
I have a client who needs a good web-based calendar for their website. What they would like is something that can display a monthly calendar online, with a display that's large enough that you can...
19
by: Stimp | last post by:
preferably one that when clicked can update three date dropdowns (day, month, year) like http://www.visitdublin.com/carhire/avis.asp Don't mind paying for the file... anyone seen something...
1
by: Frank Bishop | last post by:
I have a user control that will open and close the calendar control when the user clicks on an anchor tag. Instead of having the user remember to close the calendar after they make a day selection,...
3
by: Peter | last post by:
Is there anyway to make the System.Web.UI.WebControls.Calendar to display only Month Name and Year, like: January, 2006 February, 2006 ..... .... .... ....
6
by: Sridhar | last post by:
Hi, I need to display a calendar that shows all the months of an year. In that, I need to show different colors for certain events. I know how to display a calendar for a certain month but I am...
9
by: Greg | last post by:
Hi, I have a table with "dates", i'd like to display those dates on a calendar. I've put a calendar in a form, linked to my "date" field, and it works, but only showing one "date" per calendar....
0
by: GV | last post by:
Hi all, New to developing in VS 2005 ASP 2.0 Trying to have a easy pop calender for a button on a web page. I keep getting a error message in IE6 that says: Line 69 Char 3 Error:...
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: mathewgk80 | last post by:
HI all, I am having popup calendar Javascript code. But i dont know how it is connecting to asp.net code.. I am using asp.net,c#.net and also using 3tier architecture with master page.... I...
1
by: abhishekbrave | last post by:
The code below is opening a calendar on mouse over in the same window. I need the calendar to be opened in new window. Have to fulfill this requirement urgentely so posting the whole code here. I...
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: 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
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?
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
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
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.