/// <summary>
        /// Function to fill DeliveryNote No combobox
        /// </summary>
        public void DeliveryNoteComboFill()
        {
            decimal             decLedgerId         = 0;
            RejectionInMasterSP spRejectionInMaster = new RejectionInMasterSP();

            try
            {
                spRejectionInMaster.DeliveryNoteNoComboFillToLedger(cmbDeliveryNoteNo, decLedgerId, true);
            }
            catch (Exception ex)
            {
                formMDI.infoError.ErrorString = "RIReport7:" + ex.Message;
            }
        }
Exemple #2
0
        /// <summary>
        /// Function to fill DeliveryNote No combobox
        /// </summary>
        public void DeliveryNoteComboFill()
        {
            decimal             decLedgerId         = 0;
            RejectionInMasterSP spRejectionInMaster = new RejectionInMasterSP();

            try
            {
                spRejectionInMaster.DeliveryNoteNoComboFillToLedger(cmbDeliveryNoteNo, decLedgerId, true);
            }
            catch (Exception ex)
            {
                MessageBox.Show("RIReport:06" + ex.Message, "OpenMiracle", MessageBoxButtons.OK, MessageBoxIcon.Information);
            }
        }
        /// <summary>
        /// Function to fill DeliveryNote No combobox
        /// </summary>
        public void DeliveryNoteComboFill()
        {

            decimal decLedgerId = 0;
            RejectionInMasterSP spRejectionInMaster = new RejectionInMasterSP();
            try
            {
                spRejectionInMaster.DeliveryNoteNoComboFillToLedger(cmbDeliveryNoteNo, decLedgerId, true);

            }
            catch (Exception ex)
            {
                MessageBox.Show("RIReport:06" + ex.Message, "OpenMiracle", MessageBoxButtons.OK, MessageBoxIcon.Information);
            }
        }