can I insert two lines on header of xbrowse ?
sample :
oCol:cHeader := OemToAnsi( "line1")+CRLF+"line2"
How I can make it ?
Best Regards, Saludos
Falconi Silvio
Falconi Silvio
can I insert two lines on header of xbrowse ?
sample :
oCol:cHeader := OemToAnsi( "line1")+CRLF+"line2"
How I can make it ?
oBrw:nHeaderLines := 2
...
oCol:cHeader := OemToAnsi( "line1")+CRLF+"line2"THANKS