Here there is a complete example, exe included:
http://www.box.net/shared/57zns2uwwk
It's almost eveything, to rebuild the project the makefile must be adjusted to your FiveWin, Harbour y BCC55 paths, and add from the Fivewin's source directory the THeader.prg file and apply on it the following add. I have not included this file in the zip to avoid breaking any intellectual property of Fivetech code.
The following line with the #translate should be inserted into the THeader.prg, just before The class definition
In code
.... THeader.prg ....
#translate CLASS THeader => CLASS __THeader // Añadir esta línea
CLASS THeader FROM TControl
DATA aPrompts, aSizes
.... más código
There is a dbf table included so it can be tested inmediately. Try to doubleclick on columns headers and look how it reacts. Then try tiping a character when the table is sorted by code, or type a number when it's sorted by name.
Best regards,
Carlos.