ISmpOEMEvents::InvokeCustomAccountsMenuDlg

Salesmate +

iMenuType in Long type

Method description

Invoke the Custom Accounts Menu dialog

Example code


CComPtr<ISmpOEM> SmpOEM;

CString strAccountMenuCheckBox="True" ;
if(
strAccountMenuCheckBox == "True")
{
SmpOEM->put_InvokeCustomAccountsDlg(ID_ACCOUNTS_ACCEPTPAYMENT,TRUE);
}
else
{
SmpOEM->put_InvokeCustomAccountsDlg(ID_ACCOUNTS_ACCEPTPAYMENT,FALSE);
}
 

(C) 1999-2001 My Company All rights reserved