ISmpReportMenu::InvokeCustomerInactiveDlg

Salesmate +

No parameters

Method description

It is used to invoke the CustomerInactive dialog

Example code

CComPtr<ISmpReportMenu>m_SmpReportMenu; 

HRESULT hr=m_SmpReportMenu.CoCreateInstance(CLSID_SmpReportMenu);    
                        
m_SmpReportMenu->InvokeCustomerInactiveDlg();

(C) 1999-2001 My Company All rights reserved