Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add New record is going to existing records #120

Open
dannyparsons opened this issue Jun 14, 2018 · 4 comments
Open

Add New record is going to existing records #120

dannyparsons opened this issue Jun 14, 2018 · 4 comments
Assignees
Labels

Comments

@dannyparsons
Copy link

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.

@Patowhiz
Copy link

This has to do with the seqencer

@Patowhiz
Copy link

When you click on add new the sequencer need to navigate to a new record that does not exists.

@Patowhiz
Copy link

This has also been mention here #71

@Patowhiz
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants