Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Calendar
  New Posts New Posts RSS Feed - Custom Calendar Fields in Access?
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Custom Calendar Fields in Access?

 Post Reply Post Reply
Author
Message
Keimpe View Drop Down
Newbie
Newbie


Joined: 27 August 2008
Location: Netherlands
Status: Offline
Points: 1
Post Options Post Options   Thanks (0) Thanks(0)   Quote Keimpe Quote  Post ReplyReply Direct Link To This Post Topic: Custom Calendar Fields in Access?
    Posted: 27 August 2008 at 4:44am
Dear all,
 
I'm very impressed by Codejocks Calendar ActiveX control and wish to incorporate it in my Access (2007) database/program.
 
However, I have the need for extra fields to be used in Calendar appointments, but I can't figure out how to go about this.
 
There seems to be a fixed table, called "Event" where all the appointments are stored. If I add fields to this table, I can't add them to the appointment form -> this form also seems to pick up hard-coded fields from the Event table.
 
Are there any guru's here that can shed their ligths on this?
 
Thanks!
Keimpe Wiersma
 
Back to Top
AndreiM View Drop Down
Moderator Group
Moderator Group
Avatar

Joined: 18 August 2007
Status: Offline
Points: 132
Post Options Post Options   Thanks (0) Thanks(0)   Quote AndreiM Quote  Post ReplyReply Direct Link To This Post Posted: 27 August 2008 at 2:10pm
Hi,
There is a CustomProperties collection where you can add aditional appointment properties.
 
They are stored in a single field "CustomProperies"  as string in XML format and you will not have access to them using DB features (via SQL for example).
 
But I have one idea... if you need only read these fields values using SQL:
You may add your DB fields to Events table. On the dialog fill Event.CustomProperties.
Catch notifications EventAdded/EventChanged and copy your fields values from custom properties to your DB fields.
 
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.186 seconds.