Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
We allow the user to see a list of his Bookmarks by loading them from QRS into a straight table.
Now, we would like to allow the user to mark records/bookmarks as done after he entered each bookmark.
We don't know in advance how many bookmarks the user has, so we don't know the how many records will be in the table.
For instance, the user has 30 Bookmarks which are displayed in a QS straight table.
We want the user to go over the whole 30 records/bookmarks and mark/check them as done.
Do you have an idea how could we do it?
Thanks, Elad.
Any idea guys? 🙂
Maybe you can use some writeback-extensions like Write! (see https://www.inform-datalab.de)
With this extension you can set checkboxes, they are written into a sql-server, reload into the app and the user can see checked/uncheched lines.
Regards