hi!
I am currently developing an application that uses databases dynamically.
meaning it is designed to work with any db, at any time, and any structures.
my concern is that I wish to "tag" or bookmark certain records, therefore I will require to use the Filter property to do some searching, and in the end, I wish to delete the filter, and be able to search through the bookmarked records...
however it seems the bookmark only work as long as the filter was set on that specified filter, so if I choose my second bookmarked item, i receive a totally different record than I expected, i.e. I did a filter, and bookmarked the first record, when I delete my filter and go to bookmark #1 I still just go to record nr. 1.
is there any other way to do this ? or is it required to do this in a different way ?
hope someone here has some mad genuine solution to this :)