W
Waxabi X
An application contains two forms FormA and FormB
Form A contains a DataGrid bound to the DataSet ORDERS
Form B contains a ListBox bound to the DataSet ORDERS
How can I get
the selection in FormA.DataGrid to reposition both
1) the DataSet ORDERS
2) and change the ListItem index in FormB.ListBox
--AND at the same time--
get the selection in FormB.ListBox to reposition both
1) the DataSet ORDERS
2) and change the ListItem index in FormA.DataGrid
Keeping everything in synch
Possible?
Form A contains a DataGrid bound to the DataSet ORDERS
Form B contains a ListBox bound to the DataSet ORDERS
How can I get
the selection in FormA.DataGrid to reposition both
1) the DataSet ORDERS
2) and change the ListItem index in FormB.ListBox
--AND at the same time--
get the selection in FormB.ListBox to reposition both
1) the DataSet ORDERS
2) and change the ListItem index in FormA.DataGrid
Keeping everything in synch
Possible?