A
Arlene Swedberg
I have someone testing a custom form I have created and
they are receiving the following error message:
Object required: '[string: "IPM.Task.Unit Change
Request"]'Line No:72
The error is referring to this line in my Item_Open
procedure:
Set sSaveMessageClass = Item.MessageClass
I also have the following in my Item_Write function:
Set MyProp = Item.Userproperties.Add("MyField",1)
Item.MessageClass = sSaveMessageClass
Item.save
I found this example when I was searching for a fix for my
form that was becoming a one-off form.
Why am I able to run the form without error, but another
user gets the error message?
Arlene
they are receiving the following error message:
Object required: '[string: "IPM.Task.Unit Change
Request"]'Line No:72
The error is referring to this line in my Item_Open
procedure:
Set sSaveMessageClass = Item.MessageClass
I also have the following in my Item_Write function:
Set MyProp = Item.Userproperties.Add("MyField",1)
Item.MessageClass = sSaveMessageClass
Item.save
I found this example when I was searching for a fix for my
form that was becoming a one-off form.
Why am I able to run the form without error, but another
user gets the error message?
Arlene