Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic VisibleDateChanged (Read 1662 times)
alanmcgeough
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 34
Joined: Dec 17th, 2007
VisibleDateChanged
Dec 17th, 2007 at 8:27am
Print Post  
Hi i have just purchased the .net planner but am having some problems with the VisibleDateChanged the date will not change i have the full version of the software, i have a sql database and what i need to is call the items for that day not the history all the items can you please help thanks
  
Back to top
 
IP Logged
 
alanmcgeough
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 34
Joined: Dec 17th, 2007
Re: VisibleDateChanged
Reply #1 - Dec 17th, 2007 at 9:09am
Print Post  
when i click on the navigation buttons the date does not change so i cannot pass the correct date my getitems function.
  
Back to top
 
IP Logged
 
Meppy
God Member
*****
Offline


MindFusion support

Posts: 1783
Joined: Jul 20th, 2005
Re: VisibleDateChanged
Reply #2 - Dec 17th, 2007 at 12:10pm
Print Post  
You can obtained that via the NewDate property of the DateChangedEventArgs object passed to your event handler, like this:

Code
Select All
MsgBox(e.NewDate) 


Meppy
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint