Subject | Re: [IBO] Clicking on the BorderCol in TIB_Grid |
---|---|
Author | Jörg Schiemann |
Post date | 2001-05-02T16:55:01Z |
Thanks Andreas.
The OnRowSelectedChange event did helped me out.
I only wrote:
qryLieferscheine.Bookmark := ABookmark;
and that was it.
Best regards,
Jörg
The OnRowSelectedChange event did helped me out.
I only wrote:
qryLieferscheine.Bookmark := ABookmark;
and that was it.
Best regards,
Jörg
----- Original Message -----
From: "Andreas Pohl" <apohl@...>
To: <IBObjects@yahoogroups.com>
Sent: Wednesday, May 02, 2001 4:01 PM
Subject: Re: [IBO] Clicking on the BorderCol in TIB_Grid
> TIB_query has an OnRowSelectedChange event - there you can populate a
> stringlist with bookmark of selected row. If you use
> StringList.Insert(0,IB_Query.Bookmark) you can acces to last row via
> StringList[0] (duplicates:=dupIgnore).
>
> Mit freundlichem Gruss & Best Regards
>
> Andreas Pohl
> apohl@...
> www.ibp-consult.com
>
>
> > Is there also a way to get the last selected row to be the current
record?
>
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>
>