M
Mita Garg
Hi All,
I display the details of the AddressEntry Object using Details method.
I get the properties dialog box. The properties dialog box has both OK
and Cancel button. How do I capture the Cancel event? I am doing
something like this, but it never goes inside that loop.
Dim objRedemAdressEntry as Redemption.AddressEntry
Set objRedemAdressEntry = ……………..
objRedemAdressEntry.Details
if (Err.Number <> CdoE_USER_Cancel) then
MsgBox "1"
Else
MsgBox "2"
It always display "1" whether I select "Ok" or "Cancel". Where as
when I use Cdo object it is doing the correct thing.
Will really appreciate your help.
Tks Mita
I display the details of the AddressEntry Object using Details method.
I get the properties dialog box. The properties dialog box has both OK
and Cancel button. How do I capture the Cancel event? I am doing
something like this, but it never goes inside that loop.
Dim objRedemAdressEntry as Redemption.AddressEntry
Set objRedemAdressEntry = ……………..
objRedemAdressEntry.Details
if (Err.Number <> CdoE_USER_Cancel) then
MsgBox "1"
Else
MsgBox "2"
It always display "1" whether I select "Ok" or "Cancel". Where as
when I use Cdo object it is doing the correct thing.
Will really appreciate your help.
Tks Mita