Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Urgent VB question!

Options
  • 09-04-2002 5:21pm
    #1
    Registered Users Posts: 2,621 ✭✭✭


    Hey,
    Im doing a VB project and i need a little help.
    My program is basically a scheduler, for a flying club...
    I want to use the Calendar component to navigate the schedule database, but im not sure how to go about it, could anyone give me any pointers?

    Cheers.


Comments

  • Closed Accounts Posts: 126 ✭✭bobsmith833


    Well if you drag yourself out an OLE object from the toolbar you can choose "Calendar Control" from the list. I haven't worked out what you can do with it yet but it looks jolly fun...


  • Registered Users Posts: 2,621 ✭✭✭Panda


    Eh, yes...

    Jolly good fun indeed.
    Its the same as the calendar component from the components list.
    Thanks anyway.

    anyone else know?


  • Registered Users Posts: 21,264 ✭✭✭✭Hobbes


    Without having VB and not used it in a long time I would guess that the compenent would have something like a Datasource link to the database and a view selection field. Then run a method like getFirst, getNext, getNth, etc.

    Or you could see if it has examples in the program and see how it does it. Or have you tried google?


Advertisement