Subject | Getting a record bookmarked. - ie toggleing its bookmarked state programatically? |
---|---|
Author | Adrian Wreyford |
Post date | 2008-04-05T21:10:54Z |
Hi, I can get the selected bookmarked records, but how do I go about
physically bookmarking a record programatically.
Lets say for explanation purposes:
I want a user to select from a list of names.
I store the selected names.
But then when the user selects from the names again, I want to display all
the names, but allready have the names previously selected highlighted in
the grid, ie bookmarked.
So I locate the record, but once located, how do I toggle its bookmarked
state programatically.
Ie:
If IB_Query1.Locate(NameId,.[]) then
IB_Query1.SetBookmarked?? ??SetSelected??
I'm missing the obvious here, just need my eyes to be opened!
Regards
Adrian
[Non-text portions of this message have been removed]
physically bookmarking a record programatically.
Lets say for explanation purposes:
I want a user to select from a list of names.
I store the selected names.
But then when the user selects from the names again, I want to display all
the names, but allready have the names previously selected highlighted in
the grid, ie bookmarked.
So I locate the record, but once located, how do I toggle its bookmarked
state programatically.
Ie:
If IB_Query1.Locate(NameId,.[]) then
IB_Query1.SetBookmarked?? ??SetSelected??
I'm missing the obvious here, just need my eyes to be opened!
Regards
Adrian
[Non-text portions of this message have been removed]