Hi,
In a column of a grid, the field is defined as c(1),
I want to display the word 'Posted' in that column
if the field content is 'P', if not then blank.
I have tried the iif() in the control thisform.grid1.column1.text1.value
It just display the word 'P', I though it is because the field length is c(1)
please advise
How can I do that whitout change the field length ?
I would retrieve those records by 'SELECT ..... ' into a temp table
Can I change the field length in doing 'SELECT' ?
thanks