ISmpOEMEvents::InvokeCustomFileMenuDlg

SalesMate+

iMenuType in Long type

Method description

Invoke the Custom File Menu dialog

Example code

CComPtr<ISmpOEM> SmpOEM;      

CString strFileMenuCheckBox="True";
if(
strFileMenuCheckBox == "True")
{
SmpOEM->put_InvokeCustomFileMenuDlg(ID_FILE_BACKUPDATABASE ,TRUE);
}
else
{
SmpOEM->put_InvokeCustomFileMenuDlg(ID_FILE_BACKUPDATABASE ,FALSE);
}

 

(C) 1999-2001 My Company All rights reserved