Subject | Re: [IBO] Selected rows in a TIB_Grid |
---|---|
Author | Adrián Deccico |
Post date | 2004-12-19T15:36:55Z |
thanks for your support
On Mon, 20 Dec 2004 02:33:55 +1100, Helen Borrie <helebor@...> wrote:
>
> At 12:31 PM 19/12/2004 -0300, you wrote:
>
> >Solved,
> >
> > TStringList *slFacturas = new TStringList;
> > try{
> > tbl->SelectedBookmarks(slFacturas);
> > tbl->BeginBusy( False );
> > for (int i=0; i < slFacturas->Count; i++){
> > tbl->Bookmark = slFacturas->Strings[i];
> > ShowMessage(tbl->FieldByName("NRO")->Value);
> > }
> > }
> > __finally{
> > tbl->EndBusy();
> > delete slFacturas;
> > }
>
> :-)
> You took the words right out of my fingers...
>
> Helen
>
>
> ___________________________________________________________________________
> 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 !
> Yahoo! Groups Links
>
>
>
>
>
--
atte
Adrián Deccico
http://adrian.org.ar