| | |
| | | whereBuilder.Append(" and d.FNUMBER like ''%"+textBox1.Text+"%''");
|
| | | if (!string.IsNullOrEmpty(textBox2.Text))
|
| | | whereBuilder.Append(" and b.FLOT_TEXT like ''%"+textBox2.Text+"%''");
|
| | | if (comboBox1.Text != "å
¨é¨")
|
| | | {
|
| | | if(comboBox1.Text=="åæ ¼å")
|
| | | {
|
| | | whereBuilder.Append(" and c.HProdLev=''''");
|
| | | }
|
| | | else
|
| | | {
|
| | | whereBuilder.Append(" and c.HProdLev=''" + comboBox1.Text + "''");
|
| | | }
|
| | | |
| | | }
|
| | | if(comboBox1.Text!="å
¨é¨")
|
| | | whereBuilder.Append(" and c.HProdLev=''" + comboBox1.Text+"''");
|
| | | if (!string.IsNullOrEmpty(textBox4.Text))
|
| | | whereBuilder.Append(" and g.HName like ''%"+textBox4.Text+"%''");
|
| | | if (!string.IsNullOrEmpty(textBox5.Text))
|