Hi
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
Screen snapshot

Any Idea where I am wrong ?
Regards
Anser
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
For i:=1 to Len(oBrw:aCols)
  cTestHeader:=oBrw:aCols[i]:cHeader
  oBrw:aCols[i]:cHeader:=cTestHeader+CRLF+" Ans"
NextScreen snapshot

Any Idea where I am wrong ?
Regards
Anser