Subject | RE: [IBO] selectedBookmarks |
---|---|
Author | Alan McDonald |
Post date | 2003-03-15T12:38:06Z |
OK, missing Keylink to the primary key field... hmm
Alan
-----Original Message-----
From: Alan McDonald [mailto:alan@...]
Sent: Saturday, 15 March 2003 7:24 PM
To: IBObjects@yahoogroups.com
Subject: [IBO] selectedBookmarks
if I have a TStringList called selectedSchedItems
and I select several rows in my IB_Grid, then on a menu click I do this
selectedSchedItems.Clear;
dmLocalStore.IB_QJScheduleItems.SelectedBookmarks(selectedSchedItems);
ShowMessage(selectedSchedItems.Text);
The message I see shows however many records which have been selected all
with the same bookmark.
e.g. 3 record selected
the showmessage shows (something like)
000F003D0000
000F003D0000
000F003D0000
what am I missing?
thanks
Alan
___________________________________________________________________________
IB Objects - direct, complete, custom connectivity to Firebird or InterBase
without the need for BDE, ODBC or any other layer.
___________________________________________________________________________
http://www.ibobjects.com - your IBO community resource for Tech Info papers,
keyword-searchable FAQ, community code contributions and more !
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
Alan
-----Original Message-----
From: Alan McDonald [mailto:alan@...]
Sent: Saturday, 15 March 2003 7:24 PM
To: IBObjects@yahoogroups.com
Subject: [IBO] selectedBookmarks
if I have a TStringList called selectedSchedItems
and I select several rows in my IB_Grid, then on a menu click I do this
selectedSchedItems.Clear;
dmLocalStore.IB_QJScheduleItems.SelectedBookmarks(selectedSchedItems);
ShowMessage(selectedSchedItems.Text);
The message I see shows however many records which have been selected all
with the same bookmark.
e.g. 3 record selected
the showmessage shows (something like)
000F003D0000
000F003D0000
000F003D0000
what am I missing?
thanks
Alan
___________________________________________________________________________
IB Objects - direct, complete, custom connectivity to Firebird or InterBase
without the need for BDE, ODBC or any other layer.
___________________________________________________________________________
http://www.ibobjects.com - your IBO community resource for Tech Info papers,
keyword-searchable FAQ, community code contributions and more !
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/