Calendar view

D

Daniel

Hello,

I have a db which contains appointment information similar to Outlook but
with much more information pertaining to each event. How can I didsplay the
day/week/month calendars of events similar to outlook?

Thank you in advance for your help,

Daniel P
 
S

Steve

I have developed a calendar form and a calendar report that can display
different data for each day. Both display a full month and look like a page
torn from a standard calendar. Year and month are selectable in a menu at
the top of the form. Each day's data is editable. If intersted contact me at
my email address below.

PC Datasheet
Providing Customers A Resource For Help With Access, Excel And Word
Applications
[email protected]
 
J

John Marshall, MVP

Steve, are you really that thick? You have been told many times over the
past few years that these newsgroups are for free support, not a place for
you to annoy users by hawking your questionable wares and services.

John... Visio MVP
 
D

Daniel

Peter

First off, this is exactly the type of control I was looking for. However,
I registered the ocx successfully but get the following error when I try to
create an instance of the control on a new form. Any ideas? and yet your
example db works just fine.

"You don't have the license required to use this ActiveX control
you tried to open a form containing an OLE or an ActiveX control or you
tried to create an ActiveX control.
To obtain the appropriate license, contact the company that provides the
license OLE object or ActiveX control."
--
Thank you for your further help with this matter,

Daniel P
 
P

Peter Hibbs

Daniel,

If you can find a copy of Visual Studio 6 (which includes VB6 and C++,
etc) and install that then you will automatically get the License. I
don't know if it is possible to purchase the control on its own from
Microsoft, I have never tried because I got my copy with VB6, but it
may be worth a go.

Alternatively, try importing one of the forms from the demo database
into your project and then modifying the form and code to do what you
want. Make a back up first though, just in case.

If you have plenty of money you could also look at -

http://www.componentsource.com/products/componentone-vsflexgrid-pro/index-gbp.html

for a more comprehensive solution (although I have not tried it
myself).

HTH

Peter Hibbs.
 
D

Daniel

Thank you for your help!

Daniel P





Peter Hibbs said:
Daniel,

If you can find a copy of Visual Studio 6 (which includes VB6 and C++,
etc) and install that then you will automatically get the License. I
don't know if it is possible to purchase the control on its own from
Microsoft, I have never tried because I got my copy with VB6, but it
may be worth a go.

Alternatively, try importing one of the forms from the demo database
into your project and then modifying the form and code to do what you
want. Make a back up first though, just in case.

If you have plenty of money you could also look at -

http://www.componentsource.com/products/componentone-vsflexgrid-pro/index-gbp.html

for a more comprehensive solution (although I have not tried it
myself).

HTH

Peter Hibbs.
 
Top