ISmpOEMEvents::InvokeCustomTransactionMenuDlg

Salesmate +

iDialogType in Long type

Method description

Invoke the Custom Transaction Menu dialog

Example code


CComPtr<ISmpOEM> SmpOEM;

CString TransactionMenuCheckBox="True" ;
if(
TransactionMenuCheckBox == "True")
{
SmpOEM->put_InvokeCustomTransactionDlg(ID_TRANSACTION_TRANSACTIONDETAILS ,TRUE);
}
else
{
SmpOEM->put_InvokeCustomTransactionDlg(ID_TRANSACTION_TRANSACTIONDETAILS ,FALSE);
}

(C) 1999-2001 My Company All rights reserved