Search found 331 matches: oemtoansi

Return to advanced search

TDatabase FWH 17.08 : Datas and Methods

... and fields are 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. ...
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: 1795

Re: Ayuda DLL

Antonio, aquí la segunda parte: Error: Unresolved external '_HB_FUN_DRAWTHEMED' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DIALOG Error: Unresolved external '_HB_FUN_GETDLGBASEUNITS' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DIALOG Error: Unresolved external '_HB_FUN_CDLG2CHR' referenced from P...
by ricardog
Thu Aug 31, 2017 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6424

Re: Problem with oemtoansi

Rao ok I'm converting an oldest clipper ( with fw) application ... :)
by Silvio.Falconi
Thu Jun 01, 2017 9:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with oemtoansi
Replies: 4
Views: 578

Re: Problem with oemtoansi

Better not to use oemtoansi(). That is history.
We now write programs in ANSI mode and store data in ANSI
by nageswaragunupudi
Wed May 31, 2017 3:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with oemtoansi
Replies: 4
Views: 578

Re: Problem with oemtoansi

Now I use Harbour and not xharbour
and I tried oemtoansi also on harbour and not run here

Image

it write caffP instead of caffè
it write tP instead of tè
by Silvio.Falconi
Wed May 31, 2017 2:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with oemtoansi
Replies: 4
Views: 578

Re: Problem with oemtoansi

Why do you use oemtoansi() ?
What is the need at all?
by nageswaragunupudi
Wed May 31, 2017 10:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with oemtoansi
Replies: 4
Views: 578

Problem with oemtoansi

I use hb_OemToAnsi function on Harbour

Code: Select all  Expand view
cNombre:= Str2Lines( hb_OemToAnsi( AllTrim(pr->DESC1) ), " " )


but I have problems with italian words have ì ù à ò è How I can resolve it ?
by Silvio.Falconi
Wed May 31, 2017 9:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with oemtoansi
Replies: 4
Views: 578

Re: Colocar la ñ en Browser

column := TbcolumnNew( OemToAnsi("Año"), ;
{|p| If( p == NIL, ::aArray[nSubscript,3],;
::aArray[nSubscript,3] := p)})

Depende mucho del editor de textos que uses también.
by cmsoft
Fri Feb 10, 2017 10:21 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Colocar la ñ en Browser
Replies: 2
Views: 489

Re: Envio de SMS

... la ficha") Return Self Endif cMensa:="Informa%20=%20Se%20ha%20cargado%20la%20orden%20de%20servicio%20"+Alltrim(Oemtoansi(cOrden))+"%20"+; "de%20fecha%20"+dtoc(date())+"%20"+; "informaremos%20por%20esta%20via%20los%20avances%20de%20su%20servicio.%20Gracias%20por%20su"+"%20"+; ...
by mag071
Fri Jan 27, 2017 3:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Envio de SMS **SOLUCIONADO**
Replies: 9
Views: 4070

Re: Problema con los Acentos

Cristobal, muchas gracias.

hb_oemtoansi( hb_utf8tostr( cCadena ) )

Esto me funciono.
by VitalJavier
Sat Jan 14, 2017 10:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con los Acentos
Replies: 2
Views: 1337

National characters

... are in CP852 (for compatibility reason!). In HMG (harbour minigui) I simpy add REQUEST HB_LANG_SL852 REQUEST HB_CODEPAGE_SL852 ... and function hb_OemToAnsi() to COLUMNS "sifpar",hb_OemToAnsi("naziv"),hb_OemToAnsi("ulica"),hb_OemToAnsi("Naslov"); and in browse ...
by Zupan Miran
Thu Jan 12, 2017 8:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: National characters
Replies: 3
Views: 1564

Re: Archivo JSON

Amigos... lo hice medio casero... pero funciona, capaz hay algo un poco más sofisticado... Por ahí le sirve a alguno: FUNCTION GENERARJSON() Local hJson := hash() local cJson := '{"clientes":[' (bclientes)->(dbgotop()) while !(Bclientes)->(eof()) hJson["Código"] := (bclient...
by TOTOVIOTTI
Wed Aug 24, 2016 8:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Archivo JSON
Replies: 9
Views: 1978

Re: uan con GET ... VALID

... a ver que sucede --------------------------- DEFINE Window oWndIva From 0,0 to MaxRow(),MaxCol(); ICON oIconAbm; COLOR "N/W+"; TITLE OemToAnsi("Apuntes con Iva"); BORDER NONE NOSYSMENU NOMINIMIZE NOMAXIMIZE Barra() Cfactura() Dfactura() Barra2() Linea() Lineas() DbSelectArea("civa") ...
by gautxori
Thu Apr 07, 2016 6:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: uan con GET ... VALID
Replies: 9
Views: 2084

Al salir NO CIERRA 3 Dialogos NOWAIT de una Ventana

... oIconAbm RESOURCE "WorkAreas" DEFINE Window oWndCon OF oWnd From 0,0 to MaxRow(),MaxCol(); ICON oIconAbm; COLOR "N/W+"; TITLE OemToAnsi("Fichero De Conceptos"); BORDER NONE NOSYSMENU NOMINIMIZE NOMAXIMIZE SET MESSAGE OF oWndCon TO "" KEYBOARD DATE CENTERED ...
by gautxori
Thu Mar 31, 2016 6:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema / Bug TWINDOW y controles
Replies: 12
Views: 2204

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: 443
PreviousNext

Return to advanced search