M
m_c_s_d
Hi,
I have designed a custom form based on IPM.Note - it's
IPM.Note.OperationalErrors. I have defined my own fields and bound them
to the controls on the form (P.2). The code is as follows:
Function Item_Open()
Dim oPage, oCtrl
On Error Resume Next
Set oPage = Item.GetInspector.ModifiedFormPages("P.2")
Set oCtrl = oPage.Controls("cboDepartment")
oCtrl.AddItem("Administration & Insurance")
oCtrl.AddItem("Cash Products Settlements")
oCtrl.AddItem("Compliance & Legal")
End Function
When I run the form, the code fires normally, but when I send it to
myself, the code does not fire.
I want to be able to fill in the form, send it back to the sender and
retain all of the information entered into the form. Is this possible?
Please help!
Thank you very much in advance.
Trevor
I have designed a custom form based on IPM.Note - it's
IPM.Note.OperationalErrors. I have defined my own fields and bound them
to the controls on the form (P.2). The code is as follows:
Function Item_Open()
Dim oPage, oCtrl
On Error Resume Next
Set oPage = Item.GetInspector.ModifiedFormPages("P.2")
Set oCtrl = oPage.Controls("cboDepartment")
oCtrl.AddItem("Administration & Insurance")
oCtrl.AddItem("Cash Products Settlements")
oCtrl.AddItem("Compliance & Legal")
End Function
When I run the form, the code fires normally, but when I send it to
myself, the code does not fire.
I want to be able to fill in the form, send it back to the sender and
retain all of the information entered into the form. Is this possible?
Please help!
Thank you very much in advance.
Trevor