Beispiel #1
0
        private void FillToList()
        {
            string type = this.ReportType.ToString().Substring(0, 1);

            PriceManagementActiveHeaderEx.LoadCombo(ref cboTo, "TxNumber", false, false, string.Empty, "PM_TYPE ='" + type + "'");

            this.cboTo.SelectedIndex = cboTo.Items.Count - 1;
        }
Beispiel #2
0
        private void FillFromList()
        {
            string type = this.ReportType.ToString().Substring(0, 1);

            PriceManagementActiveHeaderEx.LoadCombo(ref cboFrom, "TxNumber", false, false, string.Empty, "PM_TYPE ='" + type + "'");
        }