/// <summary>
 /// Function to fill Cash / party combobox
 /// </summary>
 public void CashOrpartyComboFill()
 {
     try
     {
         TransactionGenerateFillObj.CashOrPartyUnderSundryDrComboFill(cmbCashOrParty, true);
     }
     catch (Exception ex)
     {
         MessageBox.Show("DNREP02: " + ex.Message, "OpenMiracle", MessageBoxButtons.OK, MessageBoxIcon.Information);
     }
 }
Example #2
0
 /// <summary>
 /// Function to fill Cash/Party combobox
 /// </summary>
 public void AccountLedgerComboFill()
 {
     try
     {
         TransactionsGeneralFillObj.CashOrPartyUnderSundryDrComboFill(cmbAccountLeadger, true);
     }
     catch (Exception ex)
     {
         MessageBox.Show("ODSO1:" + ex.Message, "OpenMiracle", MessageBoxButtons.OK, MessageBoxIcon.Information);
     }
 }
Example #3
0
 /// <summary>
 /// Function to fill Cash/Party combobox
 /// </summary>
 /// <param name="cmbCashorParty"></param>
 public void CashOrPartyComboFill(ComboBox cmbCashorParty)
 {
     try
     {
         objTransactionsGeneralFillBll.CashOrPartyUnderSundryDrComboFill(cmbCashorParty, true);
     }
     catch (Exception ex)
     {
         MessageBox.Show("SRRprt3" + ex.Message, "Open Miracle", MessageBoxButtons.OK, MessageBoxIcon.Information);
     }
 }
Example #4
0
 /// <summary>
 /// Function to fill Cash/party combobox
 /// </summary>
 public void CashorPartyComboFill()
 {
     try
     {
         TransactionGeneralFillObj.CashOrPartyUnderSundryDrComboFill(cmbCashOrParty, true);
         cmbCashOrParty.SelectedIndex = 0;
     }
     catch (Exception ex)
     {
         MessageBox.Show("SIR :03" + ex.Message, "OpenMiracle", MessageBoxButtons.OK, MessageBoxIcon.Information);
     }
 }
 /// <summary>
 /// Function to fill CashOrParty combobox
 /// </summary>
 public void CashOrPartyCombofill()
 {
     try
     {
         TransactionsGeneralFillBll TransactionGenericFillObj = new TransactionsGeneralFillBll();
         TransactionGenericFillObj.CashOrPartyUnderSundryDrComboFill(cmbCashOrParty, true);
     }
     catch (Exception ex)
     {
         MessageBox.Show("ROREP04:" + ex.Message, "OpenMiracle", MessageBoxButtons.OK, MessageBoxIcon.Information);
     }
 }