Beispiel #1
0
        private void get_ComboBox(bool bNew)
        {
            string sqlQuery = "";

            wConst.set_Combo판매구분(false, cmb구분, bNew);

            //cmb지역.ValueMember = "코드";
            //cmb지역.DisplayMember = "명칭";
            //sqlQuery = " select AreaCode as 코드, AreaName as 명칭 from T_Area where 1=1 ";
            //wConst.ComboBox_Read_NoBlank(cmb지역, sqlQuery);
        }