M
Martin Roy
Hi, I made a form from outlook and I want to enter in the form in "Revise
Content" mode...
What I mean, is that I want to execute the "revise content" button on
item_open trigger...
Here my code in Script Editor:
Function Item_Open()
Item.GetInspector.CommandBars.FindControl(,3273).Execute
End Function
This code doesn't work... If a put a button on the form and on Button_Click
I do the same code, everything is OK but not on Item_open... I now the
button is enabled and the form is Visible (put messages to know that)
So, How can I enter in the form in "Revise Content" mode ?
Thank You
Martin Roy
[email protected]
Content" mode...
What I mean, is that I want to execute the "revise content" button on
item_open trigger...
Here my code in Script Editor:
Function Item_Open()
Item.GetInspector.CommandBars.FindControl(,3273).Execute
End Function
This code doesn't work... If a put a button on the form and on Button_Click
I do the same code, everything is OK but not on Item_open... I now the
button is enabled and the form is Visible (put messages to know that)
So, How can I enter in the form in "Revise Content" mode ?
Thank You
Martin Roy
[email protected]