Пример #1
0
 /// <summary>
 /// Function to fill the pricinglevel combobox
 /// </summary>
 public void PricingLevelComboFill()
 {
     try
     {
         DataTable dtbl = TransactionGenericFillObj.PricingLevelViewAll(cmbPricingLevel, true);
     }
     catch (Exception ex)
     {
         MessageBox.Show(" RPL6:" + ex.Message, "OpenMiracle", MessageBoxButtons.OK, MessageBoxIcon.Information);
     }
 }
Пример #2
0
 /// <summary>
 /// Function to fill the pricinglevel combobox
 /// </summary>
 public void PricingLevelComboFill()
 {
     try
     {
         DataTable dtbl = TransactionGenericFillObj.PricingLevelViewAll(cmbPricingLevel, true);
     }
     catch (Exception ex)
     {
         formMDI.infoError.ErrorString = "RPL6:" + ex.Message;
     }
 }
Пример #3
0
 /// <summary>
 /// Pricing Level Combo Fill
 /// </summary>
 public void PricingLevelComboFill()
 {
     TransactionsGeneralFill TransactionGenerateFillObj = new TransactionsGeneralFill();
     try
     {
         DataTable dtblPricing = new DataTable();
         dtblPricing = TransactionGenerateFillObj.PricingLevelViewAll(cmbPricingLevel, true);
     }
     catch (Exception ex)
     {
         MessageBox.Show("DN06: " + ex.Message, "OpenMiracle", MessageBoxButtons.OK, MessageBoxIcon.Information);
     }
 }
Пример #4
0
 /// <summary>
 /// PricingLevel combo fill
 /// </summary>
 public void ComboPricingLevelFill()
 {
     TransactionsGeneralFill transactionGeneralFillObj = new TransactionsGeneralFill();
     try
     {
         DataTable dtbl = transactionGeneralFillObj.PricingLevelViewAll(cmbPricinglevel, false);
     }
     catch (Exception ex)
     {
         MessageBox.Show("SQ:04" + ex.Message, "OpenMiracle", MessageBoxButtons.OK, MessageBoxIcon.Information);
     }
 }
Пример #5
0
 /// <summary>
 /// Function to fill the pricing level combobox
 /// </summary>
 public void PricingLevelComboFill()
 {
     try
     {
         TransactionsGeneralFill TransactionGeneralFillObj = new TransactionsGeneralFill();
         DataTable dtbl = TransactionGeneralFillObj.PricingLevelViewAll(cmbPricingLevel, false);
     }
     catch (Exception ex)
     {
         MessageBox.Show("S012:" + ex.Message, "OpenMiracle", MessageBoxButtons.OK, MessageBoxIcon.Error);
     }
 }