Can somebody tell me how to display the Column heading in 2 lines using CRLF
The following code (supposed to split the header into 2 lines) does not work
- Code: Select all Expand view
- For i:=1 to Len(oBrw:aCols)
cTestHeader:=oBrw:aCols[i]:cHeader
oBrw:aCols[i]:cHeader:=cTestHeader+CRLF+" Ans"
Next
Screen snapshot
Any Idea where I am wrong ?
Regards
Anser