OL2013 Problem with custom form message readonly

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?
 
T

tim.biedermann

Am Donnerstag, 4. September 2014 11:07:30 UTC+2 schrieb 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 find out, that is must click on [translated] Actions edit message or german
Aktionen "Nachricht bearbeiten"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top