G
Guest
Hi,
I have designed a very simple form using outlook 2003.
This fomm simply display
....
Function Item_Reply(ByVal Response)
msgbox ("Item_Reply")
End Function
Function Item_ReplyAll(ByVal Response)
msgbox ("Item_ReplyAll")
End Function
....
Just to track the life cycle of the Outlook forms,
When run this if fires all msgbox in the "Edit Compose Page" screen.
Means whe opening the form.
I just sent it to my self. The result was no ones of "Edit Read Page" have
been fired.
Why?
Even when I place any button on the "Edit Read Page"
Note that I have publishe this form to both personal and to a personal
folder on the public folder list.
Where is the problem?
On the other hand, how can I access the events such as Item_Send on the
"Edit Read Page"
Regards,
I have designed a very simple form using outlook 2003.
This fomm simply display
....
Function Item_Reply(ByVal Response)
msgbox ("Item_Reply")
End Function
Function Item_ReplyAll(ByVal Response)
msgbox ("Item_ReplyAll")
End Function
....
Just to track the life cycle of the Outlook forms,
When run this if fires all msgbox in the "Edit Compose Page" screen.
Means whe opening the form.
I just sent it to my self. The result was no ones of "Edit Read Page" have
been fired.
Why?
Even when I place any button on the "Edit Read Page"
Note that I have publishe this form to both personal and to a personal
folder on the public folder list.
Where is the problem?
On the other hand, how can I access the events such as Item_Send on the
"Edit Read Page"
Regards,