Print Page | Close Window

Sub wndDatePicker_SelectionChanged() failed! help!

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=14359
Printed Date: 06 October 2024 at 9:17pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Sub wndDatePicker_SelectionChanged() failed! help!
Posted By: Jaymeister
Subject: Sub wndDatePicker_SelectionChanged() failed! help!
Date Posted: 21 May 2009 at 6:05am
Sub wndDatePicker_SelectionChanged()
fails to be raised as an event
when CalendarControl switches from day to month view

( yes this is in the form_load - wndDatePicker.AttachToCalendar CalendarControl )

after I click month-view on CalendarControl
DatePicker selected dates change to hi-light all days visible on CalendarControl
but fails to raise event Sub wndDatePicker_SelectionChanged()

how can I get the control to report back correctly
as I'm populating events manually based on DatePicker dates?



Replies:
Posted By: Jaymeister
Date Posted: 21 May 2009 at 6:06am
...by the way I'm using VB6 with latest bought controls...

thanks for any help in advance :)


Posted By: Jaymeister
Date Posted: 25 May 2009 at 10:44am
I'll post an example...

I'm in calendar "day view" on the "21 May 2009"
I click on "Month View"

Month View now shows from "27 Apr 2009" to "31 May 2009"

how using with the above example can I get back
"27 Apr 2009" and "31 May 2009" ?


Posted By: mdoubson
Date Posted: 27 May 2009 at 12:11am
Use
wndDatePicker.Selection(0).DateBegin
wndDatePicker.Selection(0).DateEnd


-------------
Mark Doubson, Ph.D.



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