Subject Re: [IBO] How can I fix TIB_Grid columns widths?
Author Helen Borrie
At 01:00 PM 28/08/2005 +0000, you wrote:
>I have a TIB_Grid in a form. I have NOT fixed its columns widths, so I
>deduce IBO dit it for me. But this way some columns widths are too
>small. How can I fix TIB_Grid columns widths myself? In case it's not
>possible, should I use another component that allows it?

Set the widths (in PIXELS, not characters!!) in the DisplayWidth item, in
the Fields Editor. You can get at this property in several other
ways. Another is to set it in the Object Inspector directly, in
FieldsDisplayWidth. This is a stringlist, so set it like
FIELD1=250
FIELD2=120
..and so on...

IBO will just use its default width for any fields you omit.

Helen