Subject | Re: [IBO] Fields Display Label Wrap |
---|---|
Author | Paul Gallagher |
Post date | 2002-05-28T00:27:13Z |
Thanks.
This changes the title row height:
TDrawGrid(MyIBOGrid).RowHeights[0] := 30;
""John Peterson"" <jcp@...> wrote in message
news:050901c205ce$48c16170$c800a8c0@gw5300...
This changes the title row height:
TDrawGrid(MyIBOGrid).RowHeights[0] := 30;
""John Peterson"" <jcp@...> wrote in message
news:050901c205ce$48c16170$c800a8c0@gw5300...
> I don't believe it can be done by directly editing the stringlist values.see
> In the initalisation for the data module, add the following:
>
> GridQuery.FieldsDisplayLabel[5] :=3D 'COLOUR=3DCO'+#13+'NAME';
>
> Change the [5] to match the index of the row in the "FieldsDisplayLabel"
> stringlist to be modified.
>
> You will also need to change the displayed height of the heading row to
> this (I am not sure how to change just the Title Row width)___________________________________________________________________________
>
> HTH
> John
>
> ----- Original Message -----
> From: "paultansit" <paul@...>
> To: <IBObjects@yahoogroups.com>
> Sent: Tuesday, May 28, 2002 2:48 AM
> Subject: [IBO] Fields Display Label Wrap
>
>
> > Does anyone know what character forces a carriage return/line feed in
> > a title when using Field display label? I tried #13#10, but it just
> > displays the #13#10 in the title.
> >
> > Thanks,
> > Paul
> >
> >
> >
> >
>
> > 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 Infohttp://docs.yahoo.com/info/terms/
> papers,
> > keyword-searchable FAQ, community code contributions and more !
> >
> > Your use of Yahoo! Groups is subject to
> >___________________________________________________________________________
> >
> >
>
>
>
>
> IB Objects - direct, complete, custom connectivity to Firebird orInterBase
> without the need for BDE, ODBC or any other layer.___________________________________________________________________________
>
> http://www.ibobjects.com - your IBO community resource for Tech Infopapers=
> ,=
> keyword-searchable FAQ, community code contributions and more !
> =20http://docs.yahoo.com/info/terms/=20
>
> Your use of Yahoo! Groups is subject to
>
>
>