Exemple #1
0
 /// <summary>
 /// Function to fill Cash/Party combobox
 /// </summary>
 /// <param name="cmbCashorParty"></param>
 public void CashOrPartyComboFill(ComboBox cmbCashorParty)
 {
     try
     {
         obj.CashOrPartyUnderSundryDrComboFill(cmbCashorParty, true);
     }
     catch (Exception ex)
     {
         MessageBox.Show("SRR4" + ex.Message, "OpenMiracle", MessageBoxButtons.OK, MessageBoxIcon.Information);
     }
 }
Exemple #2
0
 /// <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);
     }
 }
Exemple #3
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);
     }
 }
Exemple #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 :3" + ex.Message, "OpenMiracle", MessageBoxButtons.OK, MessageBoxIcon.Information);
     }
 }
Exemple #5
0
 /// <summary>
 /// Function to fill CashOrParty combobox
 /// </summary>
 public void CashOrPartyCombofill()
 {
     try
     {
         TransactionsGeneralFill TransactionGenericFillObj = new TransactionsGeneralFill();
         TransactionGenericFillObj.CashOrPartyUnderSundryDrComboFill(cmbCashOrParty, true);
     }
     catch (Exception ex)
     {
         MessageBox.Show("ROREP04:" + ex.Message, "OpenMiracle", MessageBoxButtons.OK, MessageBoxIcon.Information);
     }
 }