You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had one record in my form_daily2 table. I created a second record by clicking Add New when I was on the first and it changed the keys to a new element. This then added correctly.
Now when I am on record 1 and click Add New it doesn't give a new record but goes to record 2 and Update and Delete are disabled but Save in enabled. So I can modify the record thinking it is a new record which is not good.
When I click Add New I expect to key controls to change to a record not in the database and therefore a new record.
The text was updated successfully, but these errors were encountered:
This has now been partly fixed. The sequencer now works correctly. We only need the field "entryDateTime" to be added to the entity framework thenthis will be fully fixed
I had one record in my form_daily2 table. I created a second record by clicking Add New when I was on the first and it changed the keys to a new element. This then added correctly.
Now when I am on record 1 and click Add New it doesn't give a new record but goes to record 2 and Update and Delete are disabled but Save in enabled. So I can modify the record thinking it is a new record which is not good.
When I click Add New I expect to key controls to change to a record not in the database and therefore a new record.
The text was updated successfully, but these errors were encountered: