Example #1
0
        private void comboBox4_TextUpdate(object sender, EventArgs e)
        {
            SailesCombobox cq = new SailesCombobox( );

            cq.comboboxQuery(contractNum, comboBox4, "AK004");
            Cursor = Cursors.Default;
        }
Example #2
0
        private void comboBox2_TextUpdate(object sender, EventArgs e)
        {
            SailesCombobox cq = new SailesCombobox( );

            cq.comboboxQuery(supplier, comboBox2, "AK001");
            Cursor = Cursors.Default;
        }
Example #3
0
        private void comboBox3_TextUpdate(object sender, EventArgs e)
        {
            SailesCombobox cq = new SailesCombobox( );

            cq.comboboxQuery(num, comboBox3, "AK002");
            Cursor = Cursors.Default;
        }
Example #4
0
        //queey query
        private void comboBox1_TextUpdate(object sender, EventArgs e)
        {
            SailesCombobox cq = new SailesCombobox( );

            cq.comboboxQuery(oddNum, comboBox1, "PJ92");
            Cursor = Cursors.Default;
        }
Example #5
0
        private void comboBox6_TextUpdate(object sender, EventArgs e)
        {
            SailesCombobox cq = new SailesCombobox( );

            cq.comboboxQuery(productName, comboBox6, "AK006");
            Cursor = Cursors.Default;
        }
Example #6
0
        private void comboBox7_TextUpdate(object sender, EventArgs e)
        {
            SailesCombobox cq = new SailesCombobox( );

            cq.comboboxQuery(materialName, comboBox7, "PJ09");
            Cursor = Cursors.Default;
        }
Example #7
0
        private void comboBox8_TextUpdate(object sender, EventArgs e)
        {
            SailesCombobox cq = new SailesCombobox( );

            cq.comboboxQuery(lon, comboBox8, "PJ89");
            Cursor = Cursors.Default;
        }
Example #8
0
        private void comboBox7_TextUpdate(object sender, EventArgs e)
        {
            SailesCombobox cq = new SailesCombobox( );

            cq.comboboxQuery(productionWork, comboBox7, "AM009");
            Cursor = Cursors.Default;
        }
Example #9
0
        private void comboBox6_TextUpdate(object sender, EventArgs e)
        {
            SailesCombobox cq = new SailesCombobox( );

            cq.comboboxQuery(audit, comboBox6, "AM011");
            Cursor = Cursors.Default;
        }
Example #10
0
        private void comboBox6_TextUpdate(object sender, EventArgs e)
        {
            SailesCombobox cq = new SailesCombobox( );

            cq.comboboxQuery(da.DefaultView.ToTable(true, "GZ03"), comboBox6, "GZ03");
            Cursor = Cursors.Default;
        }
Example #11
0
        private void comboBox7_TextUpdate(object sender, EventArgs e)
        {
            SailesCombobox cq = new SailesCombobox( );

            cq.comboboxQuery(bll.GetDataTableAll( ).DefaultView.ToTable(true, "AN006"), comboBox7, "AN006");
            Cursor = Cursors.Default;
        }
Example #12
0
        private void comboBox5_TextUpdate(object sender, EventArgs e)
        {
            SailesCombobox cq = new SailesCombobox( );

            cq.comboboxQuery(no, comboBox5, "PQU100");
            Cursor = Cursors.Default;
        }