iDlgType in Long type
Method description
Invoke the Custom Report Menu dialogExample code
CComPtr<ISmpOEM>
SmpOEM;
CComPtr<ISmpOEM> SmpOEM;
CString strReportMenuCheckBox="True" ;
if(strReportMenuCheckBox
== "True")
{
SmpOEM->put_InvokeCustomreportsDlg(ID_REPORTS_DAILYREPORTS ,TRUE);
}
else
{
SmpOEM->put_InvokeCustomreportsDlg(ID_REPORTS_DAILYREPORTS ,FALSE);
}
if(strReportMenuCheckBox == "True")
{
SmpOEM->put_InvokeCustomreportsDlg(ID_REPORTS_DAILYREPORTS ,TRUE);
}
else
{
SmpOEM->put_InvokeCustomreportsDlg(ID_REPORTS_DAILYREPORTS ,FALSE);
}