Subject | As I can make that in each Panel of a TIB_ControlGrid appears a order number. |
---|---|
Author | Apicito2003 |
Post date | 2003-12-19T09:55:18Z |
As I can make that in each Panel of a TIB_ControlGrid
appears a order number.
I test to insert a label with this procedure:
procedure TFr_SesAsunto.GridPaintPanel(IB_CtrlGrid:
TIB_CtrlGrid;
RowNum: Integer);
begin
Label1.Caption:=inttostr(Ib_memo1.DataSource.Dataset.RecNo+1);
end;
But the Label indicates the Recno of the active
Register not Panel number.
_______________________________________________________________
Yahoo! Sorteos
¡Ya puedes comprar Lotería de Navidad!
http://yahoo.ventura24.es/
appears a order number.
I test to insert a label with this procedure:
procedure TFr_SesAsunto.GridPaintPanel(IB_CtrlGrid:
TIB_CtrlGrid;
RowNum: Integer);
begin
Label1.Caption:=inttostr(Ib_memo1.DataSource.Dataset.RecNo+1);
end;
But the Label indicates the Recno of the active
Register not Panel number.
_______________________________________________________________
Yahoo! Sorteos
¡Ya puedes comprar Lotería de Navidad!
http://yahoo.ventura24.es/