Search found 331 matches: oemtoansi

Return to advanced search

Re: Strange characters going from FWH to Outlook FWH 3.10

Thanks for you reply. This is the result which is shown: cTxt_dri : &é"'(§è!çà)-âêîûôäëïöü OemToAnsi ( cTxt_dri ) : &Ú"'(ºÞ!þÓ)-ÔÛ¯¹¶õÙ´÷³ AnsiToOem ( cTxt_dri ) : &‚"'(õŠ!‡…)-ƒˆŒ–“„‰‹” It is strange that the problem does NOT occur in FWH 13.07. ...
by driessen
Fri Dec 08, 2023 4:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange characters going from FWH to Outlook FWH 13.10
Replies: 18
Views: 3722

Ayuda, busqueda incremental

... ):Value , ; dtoc( oRS1:Fields( "Fec_modi" ):Value) ; headers "Discont", "Código", "Cód.Barra" , ; oemtoansi( "Descripci¢n" ), "Ult. Proveedor", ; "costo" , ; "UM", , "Ult.Modif" ; LINES CELL font ...
by jpcavagnaro
Wed Nov 22, 2023 11:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ayuda, busqueda incremental
Replies: 1
Views: 313

Re: oCn:Insert() - UTF8 encoding fails [Unsolved]

Yes, pure sql works! Without AnsiToUtf8()! Because I have completely switched from mixed ASCII-Cp850/Ansi environment to UTF8, i.e. source code (UEStudio) and database DBF/MariaDB. From now on, I no longer have to worry about the encoding. No more conversions between the code pages HB_OemToAnsi()/HB...
by frose
Fri Nov 10, 2023 6:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oCn:Insert() - UTF8 encoding fails [Unsolved]
Replies: 6
Views: 296

Título listbox

Hola gente, tengo definido este listbox REDEFINE LISTBOX oLbx FIELDS ; str( oRSRub:Fields( "rubro" ):Value, 3 ), ; oemtoansi( oRSRub:Fields( "descri" ):Value ) ; HEADERS oemtoansi( "N£mero" ), oemtoansi( "Descripci¢n" ) ; // ON dblCLICK (editrubro(olbx,.F.), ...
by jpcavagnaro
Thu Nov 09, 2023 8:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Título listbox
Replies: 5
Views: 308

Re: De *.C Para *.Obj en BCC74 no funciona más.

... Use un EDITOR mejor.    TASKGROUP  "Detalles" NO COLLAPSABLE      /*      TASKITEM  "<b>TTaskPanel()</b>" + ;      OemToAnsi("<p>Clase para la creaci¢n de paneles de tareas</p>")+;                "<p><b>Autor</b></p>" ...
by karinha
Tue Sep 12, 2023 9:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: De *.C Para *.Obj en BCC74 no funciona más.
Replies: 84
Views: 39498

Re: not ISOEM(), ISANSI() or IsUTF8()

After doing several tests, I came to the opinion that it is not a good idea to make our functions. It is better to depend on the standard Harbour function OemToAnsi() and then later convert to Utf8 if necessary.
by nageswaragunupudi
Thu Aug 31, 2023 4:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2094

Re: not ISOEM(), ISANSI() or IsUTF8()

... UTF8 So we can use: UTF16toUTF8( strToWide( UML_OEMTOANSI( fieldGet( n ) ) ) ) Please use UML_OEMTOANSI() but not OemToAnsi() YES this "seems" to work, no Error in LOG :D but when try to open Excel Sheet i got Warning and all Type "C" are empty ...
by Jimmy
Wed Aug 30, 2023 8:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2094

Re: not ISOEM(), ISANSI() or IsUTF8()

... ) So we can use: UTF16toUTF8( strToWide( UML_OEMTOANSI( fieldGet( n ) ) ) ) Please use UML_OEMTOANSI() but not OemToAnsi()
by nageswaragunupudi
Wed Aug 30, 2023 7:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2094

Re: not ISOEM(), ISANSI() or IsUTF8()

hi, thx for your Sample i have try OemToAnsi() before and now also UML_OemToAnsi() ... but this is not the Problem i have disable *   hb_LangSelect( cLangCode )*   hb_cdpSelect( cCodepage )*   FW_SetUnicode( .T. )USE ...
by Jimmy
Wed Aug 30, 2023 6:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2094

Re: not ISOEM(), ISANSI() or IsUTF8()

... .T., "UMLA" )   SELECT UMLOEM   DBEVAL( <||         UMLA->( DBAPPEND() )         UMLA->FLD1  := OEMTOANSI( UMLOEM->FLD1 )         UMLA->FLD2  := OEMTOANSI( UMLOEM->FLD2 )         return nil         > )   CLOSE DATA  ...
by nageswaragunupudi
Tue Aug 29, 2023 1:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2094

Re: not ISOEM(), ISANSI() or IsUTF8()

... By the way you remind me of programming with CP/M (8-bit) those days. but there is no OEMtoUTF8() Function in FiveWin, or :idea: But we have OEMtoANSI() function. Is it useful for conerting German Umlauts to ANSI? Once we convert to ANSI, we can easily convert to UTF8 and we discussed this ...
by nageswaragunupudi
Mon Aug 28, 2023 2:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2094

Problemas con Menu POPUP.

... 0 // marca opcion principal del menu MENU case TablaMnu[i,2] == 1 // subopcion del menu if ! Empty( cAccion := TablaMnu[i,5]) MENUITEM ( AllTrim( oemtoansi(TablaMnu[i,3]) ) ) ; BLOCK &( cAccion ) ; MESSAGE ( AllTrim( oemtoansi(TablaMnu[i,4]) ) ) ; FILENAME TablaMnu[i,6] * COLORMENU CLR_RED, ...
by José Camilo
Mon Jun 05, 2023 3:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con Menu POPUP.
Replies: 2
Views: 204

Averiguar codificacion de una cadena

... la "Ñ" correctamente los que están en codificacion dos me muestran la "Ñ" así "¥" Si en la impresión hago un oemtoansi, la que tiene codificacón DOS se muestra correctamente, pero la que tiene codificación ansi se muestra mal. he intentado con strtran(poblacion,"¥","Ñ"), ...
by JoseLuis
Sun Apr 02, 2023 10:17 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Averiguar codificacion de una cadena
Replies: 5
Views: 373

Re: Imprimir un código ascii

Y poque no lo pones en la linea directamente

Code: Select all  Expand view
oPrn:Say(prow, pcol*5 ,Replicate("═", 90) ,oCour_n_10)
 

Es decir, poniendo directamente en el editor. A mi en mi editor no me hace falta poner el oemtoansi. Me coge el caracter directamente, como °, © etc.
by Garbi
Thu Jan 05, 2023 5:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imprimir un código ascii
Replies: 14
Views: 953

Re: Pasar facturas a Excel

... con esta libreria yo hago: Para una fecha: @ nFila, nCol XLS SAY "Fecha:" + DTOC( Date() ) OF oXls Para un texto: @ nFila, nCol XLS SAY OemToAnsi( cText ) OF oXls Para un número, antes tengo que dar formato: DEFINE XLS FORMAT nFormat PICTURE '#,##0.00' Y no he visto otras formas de hacerlo
by JoseLuis
Wed Dec 21, 2022 8:30 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pasar facturas a Excel
Replies: 5
Views: 565
Next

Return to advanced search