A
a
Hey Gang,
I posted this on .DataBinding, but that is a dead group (no activity) so I
retracted it.
I am actively overcoming my fears and prejudices toward DataBindinding, and
have come across another issue.
My setup is like this:
3 textboxes bound to a table in the dataset (tbl1). A listbox that shows
all records in the table.
3 more textboxes bound to tbl2 in the same dataset, the child table of tbl1.
I have 2 currency managers, one for the Parent, and one for the Child
tables.
The AddNew button for the child calls cmChild.AddNew
I need to havdle the case where a user then clicks another record in the
listbox. I get an error thrown about tbl2 fields not allowing nulls. This
occurs before any events on the CurrencyManager, and After my Listbox's
Click event. How would I handle this (what event), and do I just call
'CancelCurrentEdit'?
Thanks!
Kevin
I posted this on .DataBinding, but that is a dead group (no activity) so I
retracted it.
I am actively overcoming my fears and prejudices toward DataBindinding, and
have come across another issue.
My setup is like this:
3 textboxes bound to a table in the dataset (tbl1). A listbox that shows
all records in the table.
3 more textboxes bound to tbl2 in the same dataset, the child table of tbl1.
I have 2 currency managers, one for the Parent, and one for the Child
tables.
The AddNew button for the child calls cmChild.AddNew
I need to havdle the case where a user then clicks another record in the
listbox. I get an error thrown about tbl2 fields not allowing nulls. This
occurs before any events on the CurrencyManager, and After my Listbox's
Click event. How would I handle this (what event), and do I just call
'CancelCurrentEdit'?
Thanks!
Kevin