combo box Behavior
hi every body
i have problem combo box behavior
let me explain
i have data grid read data data set bind xml connector
the data grid contain fields (employee id, employee name, employee department)
when select record data grid , press update button
i need bind fields of selected row controls of update form
all data of selected row displayed correctly except employee department
i use combo box employee department
the selected item of compo box doesn’t change reflect department of selected employee
i use code doesn’t work
update_form.updateempdept_cb.selecteddata = emp_ds.department;
i trace selected item of combo box after line of code
it traces department of selected row of data grid read data data set (emp_ds)
but value selected of combo box doesn’t change , still select default value of combo box
please
i have problem combo box behavior
let me explain
i have data grid read data data set bind xml connector
the data grid contain fields (employee id, employee name, employee department)
when select record data grid , press update button
i need bind fields of selected row controls of update form
all data of selected row displayed correctly except employee department
i use combo box employee department
the selected item of compo box doesn’t change reflect department of selected employee
i use code doesn’t work
update_form.updateempdept_cb.selecteddata = emp_ds.department;
i trace selected item of combo box after line of code
it traces department of selected row of data grid read data data set (emp_ds)
but value selected of combo box doesn’t change , still select default value of combo box
please
More discussions in ActionScript 1 and 2
adobe
Comments
Post a Comment