A
Andrew
I have to use "Message" control in my Post Form. After
saving/posting this form and opening it again I don't have
access to this control. It is not editable. Moreover I
have put cod for such permission (editable/not editable)
in to my application. I use Outlook 2003.
//--------------------------------------------------
Set MessagePage = Item.GetInspector.ModifiedFormPages
("Message")
Set MessageControl = MessagePage.Controls("Message")
MessageControl.ReadOnly = True
Does not help me :-(((
//--------------------------------------------------
How can I do it???
saving/posting this form and opening it again I don't have
access to this control. It is not editable. Moreover I
have put cod for such permission (editable/not editable)
in to my application. I use Outlook 2003.
//--------------------------------------------------
Set MessagePage = Item.GetInspector.ModifiedFormPages
("Message")
Set MessageControl = MessagePage.Controls("Message")
MessageControl.ReadOnly = True
Does not help me :-(((
//--------------------------------------------------
How can I do it???