B
Brad Allison
If I need to post code, I will do so, but I think explaining my question my
result in a good answer.
I have a form that asks a user for a unique id number. This then runs the
data adapter's parametized query and then fills a dataset with the one
resulting row. This works fine and dandy.
On this same form I have a RESET button (in case the user determins that the
wrong information has been entered). This clears the form and the dataset
and present the user with the blank text box in which they need to enter
another unique number.
Here is the problem: when I try to run this, something seems to be going on
with the databindings on the form's controls because the second time,
nothing is being bound. One of the fields that is being passed is a date
and this is where the program errors. It is tring to pass "" as a date.
Any information or insite would be greatly appreciated.
Thanks,
Brad
result in a good answer.
I have a form that asks a user for a unique id number. This then runs the
data adapter's parametized query and then fills a dataset with the one
resulting row. This works fine and dandy.
On this same form I have a RESET button (in case the user determins that the
wrong information has been entered). This clears the form and the dataset
and present the user with the blank text box in which they need to enter
another unique number.
Here is the problem: when I try to run this, something seems to be going on
with the databindings on the form's controls because the second time,
nothing is being bound. One of the fields that is being passed is a date
and this is where the program errors. It is tring to pass "" as a date.
Any information or insite would be greatly appreciated.
Thanks,
Brad