Hey all
Before I start of things, I already made this work with a SQL table, but now I want to recreate this but with a collection, to have faster loadings and just to test it out in general.
But Im struggling with the following, I want to add tasks to a collection with a Id that auto increments everytime a new task is created.
What also needs to possible is that a task can be modified and can be deleted.
Now the incrementing Id works fine only passing that Id to a new task doenst seem to work.
I hope the screenshots below make it a bit more cleat what I try to achieve.
Kind regards
Tom
New Task screen
FIrst task saved in the collection, makes a blank record with it
Tasklist view
OnHidden NewTask
OnVisible of the NewTask Screen
Updatecontext Id
Updated Id
TaskCollection, where only two tasks can be added apparentlyI