Hi everyone,
I encountered a problem which i cannot solve it after one whole day. Feel very disappointed.
I have this form with a lot of textfields and comboboxes. One of the combobox was binded to a table in the dataset call terms(using datasource property and display members) which retrieve all the data from it and display as the comboboxes' options. By the way, my dataset consists of 2 tables which are terms and customer. The rest of the textfield are binded to the customer table in the dataset. Thus after i call
BindingContext(DsCust, "Customer").EndCurrentEdit()
,all the datas from the textfields are updated to the dataset. So do any one know how i can take the value in the combo box which was binded to table terms in the dataset, to be updated to the customer table in the dataset instead?As the datasource of the combobox is the term table, i dont know how to update the value in the combobox to the table customer. Hope someone can help me...Think my vb programming skill is still quite weak... Hope my explanation is not too confusing too..
Thank You
Kekin
I encountered a problem which i cannot solve it after one whole day. Feel very disappointed.
I have this form with a lot of textfields and comboboxes. One of the combobox was binded to a table in the dataset call terms(using datasource property and display members) which retrieve all the data from it and display as the comboboxes' options. By the way, my dataset consists of 2 tables which are terms and customer. The rest of the textfield are binded to the customer table in the dataset. Thus after i call
BindingContext(DsCust, "Customer").EndCurrentEdit()
,all the datas from the textfields are updated to the dataset. So do any one know how i can take the value in the combo box which was binded to table terms in the dataset, to be updated to the customer table in the dataset instead?As the datasource of the combobox is the term table, i dont know how to update the value in the combobox to the table customer. Hope someone can help me...Think my vb programming skill is still quite weak... Hope my explanation is not too confusing too..
Thank You
Kekin