UtterAccess.com
X   Site Message
(Message will auto close in 2 seconds)

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Open Calendar on correct day/month    
 
   
emphasis1979
post Feb 10 2005, 07:38 AM
Post #1

UtterAccess Enthusiast
Posts: 63



hello there,

i've created a Calendar popup from the activeX tools. its opened via a button on a form, and acts as a quick reference for users. The Calendar always opens to the day I created this form - 11th Jan. Does anyone know how to tell it to open with todays date highlighted?

many thanks
e1979
Go to the top of the page
 
+
geohawk
post Feb 10 2005, 08:11 AM
Post #2

New Member
Posts: 5



Don't know how to do it myself but if you look in the code archive, you'll find several examples. Click the advanced search link and type calendar in the keyword field and set the date range to "All Posts."
Go to the top of the page
 
+
kimbabagira
post Feb 10 2005, 08:22 AM
Post #3

UtterAccess Addict
Posts: 120
From: Düsseldorf, Germany



Add this to the form that has the Calender.

On Current......

ActiceXCtl0 is my Calender ActiveX

Private Sub Form_Current()
Me.ActiveXCtl0.Value = Now()
End Sub

Darren
Go to the top of the page
 
+

Thank you for your support! Reply to this topicStart new topic

Jump To Forum:
 



RSS Go to Top  ·  Lo-Fi Version Time is now: 20th June 2013 - 03:52 AM