T
TB
Hi
i have a custom form.
When i create a new instance of it i can edit the "message".
After saving the form and re-open it, the message is readonly. I have no chance to edit it. I check the settings on the folder. its fine.
I tried to get the message object to set it ReadOnly = false but i cannot get the message object
Dim frmMessage
Set frmMessage = Item.GetInspector.ModifiedFormPages.Item("Message")
Any help?
i have a custom form.
When i create a new instance of it i can edit the "message".
After saving the form and re-open it, the message is readonly. I have no chance to edit it. I check the settings on the folder. its fine.
I tried to get the message object to set it ReadOnly = false but i cannot get the message object
Dim frmMessage
Set frmMessage = Item.GetInspector.ModifiedFormPages.Item("Message")
Any help?