On a hand coded form I have a grid with picture details produced from a table with filesize in bytes.
I wish to display this in my grid in the in the more normal form of nnn Kb.
Code:
THISFORM.grid1.ADDOBJECT('Column6','Column')
WITH THISFORM.grid1.Column6
.CONTROLSOURCE = 'PICTURES.FSIZE'
.Header1.CAPTION = 'FileSize'
How do I do that?
Can I add a ' Kb' after the value in the field?
Thanks
Bryan