Subject | Re: [IBO] Clicking on the BorderCol in TIB_Grid |
---|---|
Author | Andreas Pohl |
Post date | 2001-05-02T14:01:40Z |
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
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?