Hey FabioNery,
> 
> If you change from: 
> 
> for n := ::nHeaderHeight to 1 step -1
>  ::SetPos( nRow + n - 1, nCol )
> DispOut( PadR( __StrToken( @cS, n, ";" ), nPadLen ), cColor )
> next 
> 
> to 
> 
> for n := ::nHeaderHeight to 1 step -1
>  ::SetPos( nRow + n - 1, nCol )
>  DispOut( PadR( __StrToken( @cS, n + 1, ";" ), nPadLen ), cColor )
> next 
> 
> resolves the problem too (METHOD WriteMLineText).
> 
> 


Great! Thanks! Can you commit this FabioNery?

Patrick
------------------------------------------------------------------------------
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
Learn about the latest advances in developing for the 
BlackBerry® mobile platform with sessions, labs & more.
See new tools and technologies. Register for BlackBerry® DevCon today!
http://p.sf.net/sfu/rim-devcon-copy1 
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to