D
Dwight
In Outlook I am using the following code in a resource
calendar to automatically fill in the location field:
Function Item_Open()
Item.location = Application.ActiveExplorer.Caption
End Function
The caption is the name of the calendar and therefor the
location. This calendar writes its events to a Master
calendar so the location must be identified. However
this code is not working in certain circumstances in
Outlook 2003; it works fine in Outlook 2002. The code
works OK if the form is chosen and opened up while in the
calendar. However if the form is the default chosen form
and a new item is opened, the event Item_Open does not
fire so the location is not filled. I don't believe that
any of the forms events are firing for this circumstance
but I don't know for sure.
Has anyone else seen this problem with Outlook 2003?
Thanks for any help you can offer.
calendar to automatically fill in the location field:
Function Item_Open()
Item.location = Application.ActiveExplorer.Caption
End Function
The caption is the name of the calendar and therefor the
location. This calendar writes its events to a Master
calendar so the location must be identified. However
this code is not working in certain circumstances in
Outlook 2003; it works fine in Outlook 2002. The code
works OK if the form is chosen and opened up while in the
calendar. However if the form is the default chosen form
and a new item is opened, the event Item_Open does not
fire so the location is not filled. I don't believe that
any of the forms events are firing for this circumstance
but I don't know for sure.
Has anyone else seen this problem with Outlook 2003?
Thanks for any help you can offer.