Subject | Re: [IBO] GridLinks and DisplayWidth |
---|---|
Author | guido.klapperich@t-online.de |
Post date | 2002-03-20T23:37:38Z |
> This doesn't sound exactly as it should be.I try to explain my problem with a little example:
>
I have a query like that
select name,city from customers
and the data is displayed in a grid without gridlinks. per default the width of
name is 100, so the displaywidth of this column is at the start 100. Now I
change the columnwidth in the grid and the displaywith of name changes to 200.
Now I set the gridlinks of the grid to
name
city
I open the query and displaywidth of name is 100, but after resizing the
name-col displaywidth stays at the value of 100.
And this is the behaviour as it should be ?
Guido