Página 1 de 1

cHeader in columns cannot be altered

Publicado: Sab Feb 19, 2005 10:28 pm
por Guest
When modifying the column headings in a TdbBrowse, cHeader keeps
re-assigning back to the actual field names from the DBF table. It
doesn't matter whether I assign the column headers directly in the code
in the .FXM file, or in the IDE. As soon as one reopens the project,
the column headings become the field names.
Also, what character can be used to create multiple-row column headers,
such as
Account
Number
or
Street
Address
?
The version is the first prerelease.

cHeader in columns cannot be altered

Publicado: Dom Feb 20, 2005 5:31 pm
por ignacio
Childers,
We know that problem, is already fixed. We will publish a smart patch
really soon. Thank you for your feedback.
We decided to use the standard Header control for the xBrowse class due his
great look and possibilities. but I am afraid it does not support multi-line
column headers.
Regards,
--
Ignacio Ortiz
www.xailer.com
"Childers" <no-spam-please@nycap.rr.com> escribió en el mensaje
news:4217af5f$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
>
> When modifying the column headings in a TdbBrowse, cHeader keeps
> re-assigning back to the actual field names from the DBF table. It
> doesn't matter whether I assign the column headers directly in the code in
> the .FXM file, or in the IDE. As soon as one reopens the project, the
> column headings become the field names.
>
> Also, what character can be used to create multiple-row column headers,
> such as
>
> Account
> Number
>
> or
>
> Street
> Address
>
> ?
>
> The version is the first prerelease.
>
>

cHeader in columns cannot be altered

Publicado: Dom Feb 20, 2005 5:55 pm
por Guest
>>We know that problem, is already fixed. We will publish a smart patch
really soon. Thank you for your feedback.
We decided to use the standard Header control for the xBrowse class due
his
great look and possibilities. but I am afraid it does not support
multi-line
column headers.<<
Not a show-stopper, can always just use a longer column width when
necessary. Look forward to the update, thanks.