Subject | ib_grid |
---|---|
Author | wellingtonamsantos |
Post date | 2007-10-31T19:26:49Z |
Hello to all
Use Delphi 7 with IBO ... Before I used the component grid and achieve
Do the following: -
RxDBGrid.Columns [0]. FieldName: = 'CodigoBarra';
RxDBGrid.Columns [1]. FieldName: = 'Description';
RxDBGrid.Columns [0]. Title.Caption: = 'Reference';
RxDBGrid.Columns [1]. Title.Caption: = 'Description';
How do the same procedure using the component IB_GRID the IBO?
Grateful
Well.
Use Delphi 7 with IBO ... Before I used the component grid and achieve
Do the following: -
RxDBGrid.Columns [0]. FieldName: = 'CodigoBarra';
RxDBGrid.Columns [1]. FieldName: = 'Description';
RxDBGrid.Columns [0]. Title.Caption: = 'Reference';
RxDBGrid.Columns [1]. Title.Caption: = 'Description';
How do the same procedure using the component IB_GRID the IBO?
Grateful
Well.