View previous topic :: View next topic |
Author |
Message |
zkjc4 Guest
|
Posted: Thu Feb 02, 2006 2:46 pm Post subject: Combine OutlookTwin calendar with arrival/depature |
|
|
I'm using the multi calendar outlook theme (2 month cal) with start date and end date fields. How can I restrict the user from selecting days prior start date with the end date cal and vice versa (same as the arrival/departure demo).
My current onlick events are:
Code: |
if(this.blur)this.blur();if(self.gfPop_1)gfPop_1.fPopMulti(document.frmReport.txtDateStart);
and
if(this.blur)this.blur();if(self.gfPop_1)gfPop_1.fPopMulti(document.frmReport.txtDateEnd);
|
|
|
Back to top |
|
 |
calendarxp Site Admin
Joined: 30 Jan 2005 Posts: 409
|
|
Back to top |
|
 |
zkjc4 Guest
|
Posted: Fri Feb 03, 2006 2:28 pm Post subject: |
|
|
I receive this notice when I click on the above link:
Quote: |
Sorry, but only users granted special access can read topics in this forum
|
|
|
Back to top |
|
 |
calendarxp Site Admin
Joined: 30 Jan 2005 Posts: 409
|
Posted: Fri Feb 03, 2006 4:40 pm Post subject: |
|
|
We've just fixed the permission error. Please try again.
Sorry for any inconvenience.
_________________ Copyright 2003-2011 Idemfactor Solutions, Inc. All rights reserved. |
|
Back to top |
|
 |
zkjc4 Guest
|
Posted: Mon Feb 06, 2006 4:43 pm Post subject: |
|
|
After a bit of trial and error, I believe I've got it working correctly now. Thank you.
|
|
Back to top |
|
 |
|