I have built a form that is bound to a dataset. The form is not showing a grid.
I have built this manualy and with the VS.Net wizzards with the same results.
When I click on the Add button and it runs the code:
me.bindingcontext(dataset,"Table Name").Addnew
The new record is added to the dataset, the count of the data set increases, but I can not navigate to the new record.
This was working and then it stopped which means I changed something and I can't figure out what I changed.
Any and all help is appreciated.
BLUNT
I have built this manualy and with the VS.Net wizzards with the same results.
When I click on the Add button and it runs the code:
me.bindingcontext(dataset,"Table Name").Addnew
The new record is added to the dataset, the count of the data set increases, but I can not navigate to the new record.
This was working and then it stopped which means I changed something and I can't figure out what I changed.
Any and all help is appreciated.
BLUNT