In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

Minor quirk when removing cHeader

Xailer English public forum
Responder
Guest

Minor quirk when removing cHeader

Mensaje 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.
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9252
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

Minor quirk when removing cHeader

Mensaje 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.
>
Ignacio Ortiz de Zúñiga
[Equipo de Xailer / Xailer team]
https://www.xailer.com
Guest

Minor quirk when removing cHeader

Mensaje por Guest »

Ok, I understand, thanks.
Responder