Hi Patrick,

Sorry, but I don't know to commit changes to the SVN.

Best regards,
Fabio Nery

  "Patrick Mast" <devl...@xharbour.com> escreveu na mensagem 
news:7f89eba16a3c4f459614f6ca4756f...@xharbour.com...
  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&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
  Learn about the latest advances in developing for the 
  BlackBerry&reg; mobile platform with sessions, labs & more.
  See new tools and technologies. Register for BlackBerry&reg; 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
------------------------------------------------------------------------------
BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
Learn about the latest advances in developing for the 
BlackBerry&reg; mobile platform with sessions, labs & more.
See new tools and technologies. Register for BlackBerry&reg; 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