L
lorenmcguire
I have a form which saves to the individuals calenedar and a group calendar
on an exchange 2003 server. When the user opens the form on the server
Calendar, the form opens as a meeting form. After opening, the meeting form
creates a new form automatically on the server with the original name of the
appointment form. This new form created on the exchange server 2003 is
filled in correctly, but why is it creating this.
This is the code for the On Open function. The other functions within this
update the form control variable values.
' open with the DETAILS tab on-screen
Public Function Item_Open()
If (InitDetailsPage()) Then Exit Function
g_blnInitFlag = False
InitComboBoxes()
UpdateSubject()
SetFormForActivity()
g_intCloseFlag = 0
g_blnBumped = False
g_blnAlarms = True
Item.GetInspector.SetCurrentFormPage("Details")
g_blnInitFlag = True
End Function
Any Ideas?
Thanks.
on an exchange 2003 server. When the user opens the form on the server
Calendar, the form opens as a meeting form. After opening, the meeting form
creates a new form automatically on the server with the original name of the
appointment form. This new form created on the exchange server 2003 is
filled in correctly, but why is it creating this.
This is the code for the On Open function. The other functions within this
update the form control variable values.
' open with the DETAILS tab on-screen
Public Function Item_Open()
If (InitDetailsPage()) Then Exit Function
g_blnInitFlag = False
InitComboBoxes()
UpdateSubject()
SetFormForActivity()
g_intCloseFlag = 0
g_blnBumped = False
g_blnAlarms = True
Item.GetInspector.SetCurrentFormPage("Details")
g_blnInitFlag = True
End Function
Any Ideas?
Thanks.