T
Tim
I am using Outlook 2003 and MS SQL Server 2000 I am developing 2 custom forms: 1 for contacts and 1 for appointments
Whenever the custom contact or custom appointment is saved or modified or deleted, information is saved or modified or deleted on the SQL database. Whenever the custom contact or custom appointment is opened, it reads data from the SQL database and populates the custom form.
I just recently deployed these custom forms by publishing them to the Outlook Organizational Forms Library. Then I went to each persons computer and in the properties of contacts or appointments, I changed the "When posting to this folder use:" field to point to my custom forms on the Organizational Forms Library.
Then I ran the VBA code included in the Help file of Outlook, to convert all the old contact items (IPM.Contact) in the folder to my new custom form (IPM.Contact.PATContact). So now everything works fine and dandy.
The problem occurs when I do the following:
1) User A gives permission to User B as Editor to User A's Contacts and Calendar
2) User B opens a new custom contact form in User A's Contacts: WAM!!! The custom form does not work. It does not pull any data from the SQL database to populate the custom form. I do not think the Item_Open event is firing.
Has anyone experienced this problem? Anyone have any solutions? Thanks in advance!
Whenever the custom contact or custom appointment is saved or modified or deleted, information is saved or modified or deleted on the SQL database. Whenever the custom contact or custom appointment is opened, it reads data from the SQL database and populates the custom form.
I just recently deployed these custom forms by publishing them to the Outlook Organizational Forms Library. Then I went to each persons computer and in the properties of contacts or appointments, I changed the "When posting to this folder use:" field to point to my custom forms on the Organizational Forms Library.
Then I ran the VBA code included in the Help file of Outlook, to convert all the old contact items (IPM.Contact) in the folder to my new custom form (IPM.Contact.PATContact). So now everything works fine and dandy.
The problem occurs when I do the following:
1) User A gives permission to User B as Editor to User A's Contacts and Calendar
2) User B opens a new custom contact form in User A's Contacts: WAM!!! The custom form does not work. It does not pull any data from the SQL database to populate the custom form. I do not think the Item_Open event is firing.
Has anyone experienced this problem? Anyone have any solutions? Thanks in advance!