Hello,
I am testing C1 products to see if we can use them in our programs.
I try to use C1dbnavigator with truedbgrid with nwind.mdb and customer table.(C1expressconnection and C1expresstable)
First I press the add button and a new row is added at the end of the grid. (that is ok)
Then I put a value in customerid that already exists to test unicity of the primary key. (I also put a value in companyname which can not be null).
When i try to move to another row, a messagebox indicates that this key already exists,( thats ok)
But then i can move to other rows and my newly added row is still there with
My question, How can i do for not allow the user to go to another row until he introduces correct values, or he can cancel the adding of the new row, but then the newly added row should be deleted.
I joined form1, (nwind.mdb is in the componentone directory)
can someone give me some hints and have a look at my sample.
Thanks.