ISmpOEMEvents::InvokeCustomSalesMenuDlg

SalesMate+

iDialogType in Long type

Method description

Invoke the Custom Sales Menu dialog

Example code


CComPtr<ISmpOEM> SmpOEM;

CString strSalesMenuCheckBox="True" ;
if(
strSalesMenuCheckBox == "True")
{
SmpOEM->put_InvokeCustomSalesDlg(ID_SALES_ADD_NEW_STOCK_ITEM ,TRUE);
}
else
{
SmpOEM->put_InvokeCustomSalesDlg(ID_SALES_ADD_NEW_STOCK_ITEM ,FALSE);
}

 

(C) 1999-2001 My Company All rights reserved