ISmpOEMEvents::InvokeCustomReportMenuDlg

Salesmate +

iDlgType in Long type

Method description

Invoke the Custom Report Menu dialog

Example code


CComPtr<ISmpOEM> SmpOEM;

CString strReportMenuCheckBox="True" ;
if(
strReportMenuCheckBox == "True")
{
SmpOEM->put_InvokeCustomreportsDlg(ID_REPORTS_DAILYREPORTS ,TRUE);
}
else
{
SmpOEM->put_InvokeCustomreportsDlg(ID_REPORTS_DAILYREPORTS ,FALSE);
}

(C) 1999-2001 My Company All rights reserved