Search found 118 matches: ansitooem

Return to advanced search

Re: funciones de FWH y Harbour en un archivo .txt

__clsVerify __objAddData __objAddInline __objAddMethod __objDelInline __objDelMethod __objDelMethod __objDerivedFrom __objGetMethodList __objGetValueList __objModInline __objModMethod __objSetValueList __Pack __Run __Zap AAdd Abs AChoice AClone ACopy ACos AddASCII AddMonth ADel ADir ADSBlob2File ADS...
by carlos vargas
Sat Oct 21, 2017 8:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5830

TDatabase FWH 17.08 : Datas and Methods

... directly assessed and written. 19. lOemAnsi ( Type: "L" Default: .F. ): If .T., charactger values are converted using OemToAnsi() and AnsiToOem() while reading and saving. 20. lReadOnly ( Type: "L" Default: .F. ): True if the file is opened in readonly mode. 21. lShared ( ...
by nageswaragunupudi
Fri Sep 15, 2017 12:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase FWH 17.08 : Datas and Methods
Replies: 1
Views: 1801

Re: Problemas con ansi/oem usando harbour 2.1 vs 3.2.0

Si correcto, usando AnsiToOem funciona bien.

Pero estimo que no debería ser.

Será que se deben usar otras librerias al momento del lincado?

Recuerda que mi Fwh es 12.02
by hidroxid
Mon Apr 04, 2016 5:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con ansi/oem usando harbour 2.1 vs 3.2.0
Replies: 10
Views: 1048

Re: Problemas con ansi/oem usando harbour 2.1 vs 3.2.0

Usando AnsiToOem() funciona bien si ?
by Antonio Linares
Mon Apr 04, 2016 5:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con ansi/oem usando harbour 2.1 vs 3.2.0
Replies: 10
Views: 1048

Re: Problemas con ansi/oem usando harbour 2.1 vs 3.2.0

... el cuerpo: áéíóú" + CRLF + CRLF + ;                 "Harbour: " + Version()// Remover para Harbour 3.2// oMail:Subject := AnsiToOem( oMail:Subject )// oMail:Body    := AnsiToOem( oMail:Body )oRecp := oMail:Recipients:Add( "Nombre <correo@alguien.com>" ...
by hidroxid
Mon Apr 04, 2016 5:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con ansi/oem usando harbour 2.1 vs 3.2.0
Replies: 10
Views: 1048

Problemas con ansi/oem usando harbour 2.1 vs 3.2.0

... Cambie a Harbour 3.2.0 (para hacer pruebsa0 y ahora los acentos en esas mismas cadenas no se visualizan bien, para hacerlo, debo convertirlas con AnsiToOem() antes de enviarlas al objeto de Windows. La prueba la estoy realizando con el objeto Outlook.Application y el problema lo tengo tanto en ...
by hidroxid
Mon Apr 04, 2016 4:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con ansi/oem usando harbour 2.1 vs 3.2.0
Replies: 10
Views: 1048

chr

I 'm converting an oldest clipper function and I need to show this caracter on fwh I have on oldest source static spade := chr(6) static heart := chr(3) static club := chr(5) static diamond := chr(4) how I can converte these chr because on windows not see the symbols I tried also With HB_OemToAnsi a...
by Silvio.Falconi
Fri Feb 12, 2016 9:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: chr
Replies: 1
Views: 457

National Characters in Filename?

Hi,

I try to use our national characters in filename. But I could not. (Turkish)

I tried to use oemtoansi(), ansitooem(). No success.

When I print HB_SetCodePage(), "EN"

Can anyone help me?
by Horizon
Fri Jan 08, 2016 3:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: National Characters in Filename?
Replies: 4
Views: 716

Re: Harbour-32.dll

EXPORTS HB_FUN_AADD @1 HB_FUN_ABS @2 HB_FUN_ACCELERATO @3 HB_FUN_ACCELERATOR @4 HB_FUN_ACHOICE @5 HB_FUN_ACLONE @6 HB_FUN_ACOPY @7 HB_FUN_ADEL @8 HB_FUN_ADIR @9 HB_FUN_AEVAL @10 HB_FUN_AFIELDS @11 HB_FUN_AFILL @12 HB_FUN_AINS @13 HB_FUN_ALERT @14 HB_FUN_ALIAS @15 HB_FUN_ALLTRIM @16 HB_FUN_ALTD @17 H...
by pgfdz
Fri May 29, 2015 8:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Harbour-32.dll
Replies: 5
Views: 2396

change CODEPAGE obtained from XML

... "PT850" )      aAdd(aResult,{"PT850",aLinhas[3275]} )      aAdd(aResult,{"PT850AnsitoOem",     HB_AnsiToOem(aLinhas[3275]) } )      aAdd(aResult,{"PT850OemToAnsi",     HB_OemToAnsi(aLinhas[3275]) ...
by sambomb
Fri May 08, 2015 6:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change CODEPAGE obtained from XML
Replies: 0
Views: 396

Sobre "ñ" y acentos importando de Excel.

... caracteres "ñ" y algunos acentos que no los traslado correctamente. Entiendo que es un tema de la codificación del archivo. Probé con AnsiToOem(), OemToAnsi() con desiguales resultados. Navegando por la web he encontrado : Hola, En mi caso, para que me lea/escriba bien eñes, acentos ...
by AngelSalom
Fri Apr 10, 2015 2:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Sobre "ñ" y acentos importando de Excel.
Replies: 0
Views: 348

DBF - convert from old clipper ( DBT ) to FPT / CDX

Hello, I have to convert a old Clipper app There is a old DBF-format ntx and dbt as well the text is saved loaded using AnsitoOem / OemtoAnsi After my fist tests creating a temp.dbf from a structure-array and append from the old data, I get a error : Time from start: 0 hours 0 mins ...
by ukoenig
Mon Mar 16, 2015 7:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF - convert from old clipper ( DBT ) to FPT / CDX
Replies: 6
Views: 1741

Concepto del ERP y propuesta para crear un FIVE-ERP

... COLOR nClrText,15724527 // // Campo : CON_ACTIVO // Uso : Activo // @ 6.6, 1.0 CHECKBOX oCONTENIDOS:oCON_ACTIVO VAR oCONTENIDOS:CON_ACTIVO PROMPT ANSITOOEM("Activo"); WHEN (AccessField("DPCONTENIDOS","CON_ACTIVO",oCONTENIDOS:nOption); .AND. oCONTENIDOS:nOption!=0); ...
by jnavas
Wed Dec 17, 2014 7:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Concepto del ERP y propuesta para crear un FIVE-ERP
Replies: 7
Views: 2511

Re: Migrating to Harbour

... COLOR nClrText,15724527 // // Campo : CON_ACTIVO // Uso : Activo // @ 6.6, 1.0 CHECKBOX oCONTENIDOS:oCON_ACTIVO VAR oCONTENIDOS:CON_ACTIVO PROMPT ANSITOOEM("Activo"); WHEN (AccessField("DPCONTENIDOS","CON_ACTIVO",oCONTENIDOS:nOption); .AND. oCONTENIDOS:nOption!=0); ...
by jnavas
Wed Dec 17, 2014 6:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migrating to Harbour
Replies: 238
Views: 46188

Re: Buscar Ñ con QSeek

... es carácter y se pulsa un número lo solucioné asi:   If !lRet       Return .F.   EndifReturn lRet  He intentado con HB_StrToUTF8(), OEMTOANSI, ANSITOOEM, c:=strTran(c,'Ñ',"Ð") y nada. Se debe poder porque con Heidi le doy buscar texto y encuentra palabras con "Ñ" Saludos, ...
by acuellar
Fri Oct 24, 2014 1:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Buscar Ñ con QSeek
Replies: 2
Views: 279
PreviousNext

Return to advanced search