J
Joel
In my outlook task form, I want to disable the save feature if this is true.
How do I do this. I know the command item.save, but item.readonly doesn't
seem to work?
Function Item_Open(ByVal Name)
If Item.UserProperties("DrawingStage") = "New" Then
item.readonly or disable the save feature??????
End If
End Function
Thanks for your help
-Joel
How do I do this. I know the command item.save, but item.readonly doesn't
seem to work?
Function Item_Open(ByVal Name)
If Item.UserProperties("DrawingStage") = "New" Then
item.readonly or disable the save feature??????
End If
End Function
Thanks for your help
-Joel