How to make a drop down calendar in combo box.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bluethunder
    New Member
    • Sep 2007
    • 50

    How to make a drop down calendar in combo box.

    Hello to all of you guys out there. I have problem regarding in making a daily summary report. I want to have a drop down calendar in combo box where i can freely select the range of the day whether it is a daily, weekly or even monthly summary report. How im gonna embed the calendar in combo box. Your help is highly appreciated...
  • QVeen72
    Recognized Expert Top Contributor
    • Oct 2006
    • 1445

    #2
    Hi,

    Use a "Calendar Control" Or "DatePicker " Or "MonthView" control

    Regards
    Veena

    Comment

    • bluethunder
      New Member
      • Sep 2007
      • 50

      #3
      Originally posted by QVeen72
      Hi,

      Use a "Calendar Control" Or "DatePicker " Or "MonthView" control

      Regards
      Veena
      Thank you for your help. Now i would like to set the range of the calendar. How im gonna set the range of the day. Please help me...

      Comment

      • debasisdas
        Recognized Expert Expert
        • Dec 2006
        • 8119

        #4
        Originally posted by bluethunder
        Thank you for your help. Now i would like to set the range of the calendar. How im gonna set the range of the day. Please help me...
        check the property pallet.

        It is already there.

        Comment

        • QVeen72
          Recognized Expert Top Contributor
          • Oct 2006
          • 1445

          #5
          Originally posted by bluethunder
          Thank you for your help. Now i would like to set the range of the calendar. How im gonna set the range of the day. Please help me...
          Hi,

          I dont think for Calendar Control u can set DateRanges.
          Use MonthView Control, u can Set "MinDate" and "MaxDate"

          Regards
          Veena

          Comment

          • bluethunder
            New Member
            • Sep 2007
            • 50

            #6
            Originally posted by debasisdas
            check the property pallet.

            It is already there.
            I didnt saw it, and what i mean is; if I'm gonna print a files that have been stored from monday to saturday. I would like to click the calendar by date so I'll be having two calendar's which will determine the from date and up to what date. Another thing is; is it possible that i could put a drop down calendar in combo box / data combo.. How? Please help me..

            Comment

            • hariharanmca
              Top Contributor
              • Dec 2006
              • 1977

              #7
              Right click in toolbox and select components.

              Then in the list check the
              Microsoft Windows Common Controls-2 5.0 (SP2)
              Or
              Microsoft Windows Common Controls-2 6.0 (SP4)
              According to your version.

              Comment

              Working...