Print Page | Close Window

Replace the Scroll Date Buttons

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Calendar
Forum Description: Topics Related to Codejock Calendar
URL: http://forum.codejock.com/forum_posts.asp?TID=18980
Printed Date: 16 November 2024 at 4:27pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Replace the Scroll Date Buttons
Posted By: g.novi
Subject: Replace the Scroll Date Buttons
Date Posted: 23 September 2011 at 11:01am
Hi,
I want to replace with my big buttons the Scroll Date Buttons of the Calendar Control.
What code to use to do the same work as Scroll Date Buttons?
Thank's to all.

Gianpiero



Replies:
Posted By: g.novi
Date Posted: 26 September 2011 at 10:15am
Can anyone help me? Please ... Unhappy
Thank's.


Posted By: g.novi
Date Posted: 30 September 2011 at 3:17am
I enclose a picture.
I hope to be more explicit.




Posted By: Xander75
Date Posted: 10 October 2011 at 9:51am
Hi,

What exactly are you requiring, is it just the code to move the Calendar back and forward?

If so, the following code should work:

' Back button code, change -1 to 1 for Forward button code
With CalendarControl
    .ActiveView.ShowDay DateAdd("ww", -1, .ActiveView.Days(0).Date), True
    .ViewType = xtpCalendarWorkWeekView
    .Populate
End With



-------------
Product: Xtreme SuitePro (ActiveX) v15.3.1
Platform: Windows 7 64-bit (SP1) Professional Edition
Languages: C#.Net using Visual Studio 2012 & Visual Basic 6.0 (SP6)


Posted By: g.novi
Date Posted: 10 October 2011 at 10:26am
Hi,
what you say is true, but 
In this way I first examine what is the value of .ViewType property.
I thought there was a precise instruction. Example: Calendar.Forward Smile
Anyway thank you for helping me.
Bye.



Posted By: Xander75
Date Posted: 10 October 2011 at 10:36am
Glad I could help.

-------------
Product: Xtreme SuitePro (ActiveX) v15.3.1
Platform: Windows 7 64-bit (SP1) Professional Edition
Languages: C#.Net using Visual Studio 2012 & Visual Basic 6.0 (SP6)



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net