/// <summary> /// Function to fill Cash/party combobox /// </summary> public void CashOrPartyComboFill() { try { TransactionGeneralFillObj.CashOrPartyUnderSundryDrComboFill(cmbCashOrParty, true); } catch (Exception ex) { MessageBox.Show("SOREG3:" + ex.Message, "OpenMiracle", MessageBoxButtons.OK, MessageBoxIcon.Information); } }
/// <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); } }
/// <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("SRRprt3" + ex.Message, "Open Miracle", MessageBoxButtons.OK, MessageBoxIcon.Information); } }
/// <summary> /// Function to fill Cash/Party combobox /// </summary> public void CashOrPartyComboFill() { try { TransactionsGeneralFill TransactionGeneralFillObj = new TransactionsGeneralFill(); TransactionGeneralFillObj.CashOrPartyUnderSundryDrComboFill(cmbCashOrParty, true); cmbCashOrParty.SelectedValue = 0; } catch (Exception ex) { MessageBox.Show("SVRT 7 : " + ex.Message, "OpenMiracle", MessageBoxButtons.OK, MessageBoxIcon.Information); } }