FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin para Harbour/xHarbour RPREVIEW.PRG y FwString()
Posts: 8515
Joined: Tue Dec 20, 2005 07:36 PM
RPREVIEW.PRG y FwString()
Posted: Tue Oct 25, 2016 07:06 PM
RPREVIEW.PRG Lineas 506 a 515 FwString() no funciona en Portugues:

FWH16.08

Code (fw): Select all Collapse
   if nStyle >= 2007
      oBar:bPainted = { || oBar:Say( nRow, nCol, "Factor:",,, ::oFont, .T., .T. ),;
                           oBar:Say( nRow, nCol+100, ::cPageNum + " " + ;
                           LTrim( Str( ::nPage, 4, 0 ) ) + " / " + ;
                           LTrim( Str( Len( ::oDevice:aMeta ) ) ),,, ::oFont, .T., .T. ) }

   endif

   if nStyle < 2007
      // @ nRow, nCol SAY ::oSay PROMPT FWString( "Factor:" ) ; // No funciona
      @ nRow, nCol SAY ::oSay PROMPT "Fator:"  ; // Portuguese
         SIZE 45, 15 PIXEL OF ::oBar FONT ::oFont

      ::oSay:lTransparent = .T.
   endif


és posible cambiar para el próximo build?

Gracias, Saludos.

João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341

Continue the discussion