U
Urs Ruefenacht
I fail to launch the 'Revise Contents' menu ("Edit | Revise Contents")
with the following code in the Item_Open Event:
Set objInspector = Item.GetInspector
Set objCommandBars = objInspector.CommandBars
Set objReviseContents = objCommandBars.FindControl(, 3273)
If Not objReviseContents Is Nothing Then
objReviseContents.Execute
End If
Set objReviseContents = Nothing
The objReviseContents is still nothing.
Is 3273 the wrong id?
thx in advance - cheers
oers
with the following code in the Item_Open Event:
Set objInspector = Item.GetInspector
Set objCommandBars = objInspector.CommandBars
Set objReviseContents = objCommandBars.FindControl(, 3273)
If Not objReviseContents Is Nothing Then
objReviseContents.Execute
End If
Set objReviseContents = Nothing
The objReviseContents is still nothing.
Is 3273 the wrong id?
thx in advance - cheers
oers