Página 1 de 1

Minor quirk when removing cHeader

Publicado: Lun Jul 17, 2006 2:19 pm
por Guest
This quirk occurs in the IDE, not runtime.
When adding a column in a tDbfBrowse, and trying to remove the field
heading, the actual heading in the tDBFBrowse doesn't disappear until
you add another column or re-run the application.
In other words, when you remove the column heading from the properties,
the properties window shows a blank, as expected. But the text on the
tDBFBrowse object doesn't disappear immediately.

Minor quirk when removing cHeader

Publicado: Lun Jul 17, 2006 3:02 pm
por ignacio
Childers,
I am afraid is another Windows API bug. BTW if instead of removing
completely the Header text, you just put something else you will see it
works as expected. When you add a new column the complete Header is
recreated, and for that reason it solves the problem.
Regards,
"Childers" <nospamplease@nycap.rr.com> escribió en el mensaje
news:44bb8044$[email=1@news.xailer.com...]1@news.xailer.com...[/email]
> This quirk occurs in the IDE, not runtime.
>
> When adding a column in a tDbfBrowse, and trying to remove the field
> heading, the actual heading in the tDBFBrowse doesn't disappear until you
> add another column or re-run the application.
>
>
> In other words, when you remove the column heading from the properties,
> the properties window shows a blank, as expected. But the text on the
> tDBFBrowse object doesn't disappear immediately.
>

Minor quirk when removing cHeader

Publicado: Mar Jul 18, 2006 1:28 am
por Guest
Ok, I understand, thanks.