|
 |
asp_web_howto thread: How do I handle Recurrance?
Message #1 by "Craig Flannigan" <ckf@k...> on Wed, 30 Oct 2002 10:20:50 -0000
|
|
Hi,
I've got a scheduler application which allows standard entries to be made
into a calendar.
How do I handle features such as Recurrance the way Outlook 2000 does?
Thanks
Craig.
_____________________________________________________________________
Kingfield Heath Ltd. Email Disclaimer
Confidentiality : This email and its attachments are intended for the
above-named only and may be confidential. If they have come to you in
error you must take no action based on them, nor must you copy or
show them to anyone; please reply to this email and highlight the
error.
Security Warning : Please note that this email has been created in
the knowledge that the internet is not a 100% secure communications
medium. We advise that you understand and observe this lack of
security when emailing us.
Viruses : Although we have taken steps to ensure that this email and
attachments are free from any virus, we advise that, in keeping with
good computing practice, the recipient should ensure they are
actually virus free.
_____________________________________________________________________
Message #2 by "Craig Flannigan" <ckf@k...> on Wed, 30 Oct 2002 14:06:02 -0000
|
|
Does anyone have any ideas with this?
I could really do with some help!
-----Original Message-----
From: Craig Flannigan [mailto:ckf]
Sent: 30 October 2002 10:21
To: ASP Web HowTo
Subject: [asp_web_howto] How do I handle Recurrance?
Hi,
I've got a scheduler application which allows standard entries to be made
into a calendar.
How do I handle features such as Recurrance the way Outlook 2000 does?
Thanks
Craig.
_____________________________________________________________________
Kingfield Heath Ltd. Email Disclaimer
Confidentiality : This email and its attachments are intended for the
above-named only and may be confidential. If they have come to you in
error you must take no action based on them, nor must you copy or
show them to anyone; please reply to this email and highlight the
error.
Security Warning : Please note that this email has been created in
the knowledge that the internet is not a 100% secure communications
medium. We advise that you understand and observe this lack of
security when emailing us.
Viruses : Although we have taken steps to ensure that this email and
attachments are free from any virus, we advise that, in keeping with
good computing practice, the recipient should ensure they are
actually virus free.
_____________________________________________________________________
---
Improve your web design skills with these new books from Glasshaus.
Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
r-20
_____________________________________________________________________
Kingfield Heath Ltd. Email Disclaimer
Confidentiality : This email and its attachments are intended for the
above-named only and may be confidential. If they have come to you in
error you must take no action based on them, nor must you copy or
show them to anyone; please reply to this email and highlight the
error.
Security Warning : Please note that this email has been created in
the knowledge that the internet is not a 100% secure communications
medium. We advise that you understand and observe this lack of
security when emailing us.
Viruses : Although we have taken steps to ensure that this email and
attachments are free from any virus, we advise that, in keeping with
good computing practice, the recipient should ensure they are
actually virus free.
_____________________________________________________________________
Message #3 by "Joe" <joe@k...> on Wed, 30 Oct 2002 14:51:52
|
|
Hi Craig
The way I'd approach something like this would be to treat the recurrance
as an array. On the submission page you'd have the number of recurrances,
the recurrance schedule and the task/appointment.
Say the task was to recur at the same time every day for 10 days, loop
through the array (amount of days), incrementing the date and inserting
the record.
That's a very simplistic approach, you'd need to look at looping through
missing out Saturday and Sunday if this is a business resource. You'd also
need to check dates to ensure their validity.
What sort of application is it, and what are you using as your db?
Joe
Message #4 by "Craig Flannigan" <ckf@k...> on Wed, 30 Oct 2002 14:51:29 -0000
|
|
Hi Joe,
Thanks for your reply.
It's a schedule system for Suppliers when they deliver to us. I'm using
Access (no choice) on our Intranet.
There are two effective bookings. Standard, and Repeat.
The Repeat bookings contain different data each time, but occur the same
time, each Monday for example.
Standard bookings are on-offs, and therefore need no clever work.
Cheers
Craig.
-----Original Message-----
From: Joe [mailto:joe@k...]
Sent: 30 October 2002 14:52
To: ASP Web HowTo
Subject: [asp_web_howto] RE: How do I handle Recurrance?
Hi Craig
The way I'd approach something like this would be to treat the recurrance
as an array. On the submission page you'd have the number of recurrances,
the recurrance schedule and the task/appointment.
Say the task was to recur at the same time every day for 10 days, loop
through the array (amount of days), incrementing the date and inserting
the record.
That's a very simplistic approach, you'd need to look at looping through
missing out Saturday and Sunday if this is a business resource. You'd also
need to check dates to ensure their validity.
What sort of application is it, and what are you using as your db?
Joe
---
Improve your web design skills with these new books from Glasshaus.
Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
r-20
_____________________________________________________________________
Please contact I.T. Support if you have received this email in error.
This e-mail has been scanned for all viruses by Star Internet.
_____________________________________________________________________
_____________________________________________________________________
Kingfield Heath Ltd. Email Disclaimer
Confidentiality : This email and its attachments are intended for the
above-named only and may be confidential. If they have come to you in
error you must take no action based on them, nor must you copy or
show them to anyone; please reply to this email and highlight the
error.
Security Warning : Please note that this email has been created in
the knowledge that the internet is not a 100% secure communications
medium. We advise that you understand and observe this lack of
security when emailing us.
Viruses : Although we have taken steps to ensure that this email and
attachments are free from any virus, we advise that, in keeping with
good computing practice, the recipient should ensure they are
actually virus free.
_____________________________________________________________________
|
|
 |