ISmpOEMEvents::InvokeCustomCustomerMenuDlg

SalesMate+

iMenuType in Long type

Method description

Invoke the Custom Customer Menu dialog

Example code

CComPtr<ISmpOEM> SmpOEM;      

CString strCustomerMenuCheckBox="True" ;
if(strCustomerMenuCheckBox == "True")
{
SmpOEM->put_InvokeCustomCustomerDlg(ID_CUSTMER_ADD_CUSTOMER,TRUE);
}
else
{
SmpOEM->put_InvokeCustomCustomerDlg(ID_CUSTMER_ADD_CUSTOMER,FALSE);
}

(C) 1999-2001 My Company All rights reserved