can I insert two lines on header of xbrowse ?
sample :
oCol:cHeader := OemToAnsi( "line1")+CRLF+"line2"
How I can make it ?
xbrowse header
xbrowse header
Best Regards, Saludos
Falconi Silvio
Falconi Silvio
- Biel EA6DD
- Posts: 680
- Joined: Tue Feb 14, 2006 9:48 am
- Location: Mallorca
- Contact:
Code: Select all
oBrw:nHeaderLines := 2
...
oCol:cHeader := OemToAnsi( "line1")+CRLF+"line2"