I have a data maintenance form which is designed for one record at a time. I want to be able to open the form and bind the controls to an empty dataset but when I try to do an '.AddNew' on the BindingManagerBase it says 'DataBinding could not find a row in the list that is suitable for all bindings'.
I have made a call to the database to retreive the dataset structure but the table I want to insert into is empty.
I would rather not have to build a datarow manually if at all possible. Any help/ideas?
Durkin
I have made a call to the database to retreive the dataset structure but the table I want to insert into is empty.
I would rather not have to build a datarow manually if at all possible. Any help/ideas?
Durkin