Search found 113 matches: langselect

Return to advanced search

Re: Introducing the new FW Strings API

Very good.

Please, can you also include RichEdit and MsgGet?.

Also, as Mr. Rao said, HB_LangSelect() retrives the language, so maybe you can place the language definition at TControl:New()?.

+++1
by mgsoft
Mon Aug 05, 2013 8:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Introducing the new FW Strings API
Replies: 30
Views: 16768

Re: AdoRecordSet ADS y Harbour (Solucionado)

No era un problema sólo con ADS, El problema lo tenía en todo Harbour He tenido que añadir: REQUEST HB_CODEPAGE_ESWIN y HB_SetCodePage("ESWIN") Buscando en el foro encontré varias respuestas que hacían mención a ello. http://forums.fivetechsupport.com/viewtopic.php?f=3&...
by fgondi
Fri Jun 28, 2013 4:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: AdoRecordSet ADS y Harbour
Replies: 3
Views: 894

Re: Euro sign in Word with Harbour

Maurizio Same for accented characters , looks like Harbour does not like them with OLE Sending to Excel , same problem I have on the top of my program REQUEST HB_LANG_FR and also HB_langSelect("FR") but does not make a différence Antonio any idea ? this is a small sample    TRY&n...
by Richard Chidiak
Thu May 30, 2013 8:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Euro sign in Word with Harbour
Replies: 4
Views: 1063

Re: SQLRDD+MYSQL Chinese Collation Problem

Hello,

I think you must set proper codepage in Harbour. For example, for Spanish:

HB_LangSelect("ES")
HB_CDPSELECT("ESWIN")

Hope it helps.
by lucasdebeltran
Fri May 17, 2013 4:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQLRDD+MYSQL Chinese Collation Problem
Replies: 3
Views: 755

Unrecoverable error 1010

Kindly help please, Intermitantly, I am facing the following errors, during indexing and/or accessing data+index files, and it is so unpredictable. Application Internal Error - \Program Files\RSCPDA1\RSCPDA.exe Terminated at: 2012.05.21 16:04:59 Unrecoverable error 1010: hb_cdxIndexPageRead: Read in...
by cllow208
Mon May 21, 2012 8:28 am
 
Forum: FiveWin for Pocket PC
Topic: Unrecoverable error 1010
Replies: 5
Views: 2900

Re: Limitation of open files ...

Hi ! Exist something like limitation how many can open dbfs+cdxs in xHarbour ? In one old application I added 3 dbfs + 3 cdxs . Until that number of opens files was 98 , now 104 . I don't know really with what that is related - xharbour , Win 2003 server , clients PC . But in network in some PC bro...
by Robert Frank
Wed Apr 13, 2011 3:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Limitation of open files ...
Replies: 13
Views: 2534

Re: No pinta los acentos del día de la semana

Andres

usa
REQUEST HB_LANG_ESWIN
y
HB_LANGSELECT( 'ESWIN' )
by Daniel Garcia-Gil
Thu Feb 03, 2011 12:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: No pinta los acentos del día de la semana
Replies: 10
Views: 1461

Re: Calculadora Calculator

Con la clase original adjunté un pequeño programa de ejemplo, que deberías tener, en el que mostraba como incorporar la clase en cualquier otro programa. No obstante, dejo aquí ese código de ejemplo en las líneas que siguen esperando que el mismo pueda servirte para disipar cualquier duda: CALCULADO...
by Verhoven
Tue Jan 11, 2011 7:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Calculadora Calculator
Replies: 60
Views: 17138

Re: Aplicaciones Multiidioma

on new xharbour you must insert this parameter /jnamefilelanguage.HIT and xharbour create this files then you can use i18n() function to call values sample : x,y say osay prompt i18n("me gustaria...") on main.prg you must insert REQUEST HB_Lang_ES REQUEST HB_CODEPAGE_ESWIN and then you mus...
by MdaSolution
Mon Dec 13, 2010 10:37 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Aplicaciones Multiidioma
Replies: 7
Views: 1401

Re: DIALOG's title and national characters

Have you tried at the beginning of your application ?

REQUEST HB_LANG_PL

HB_langSelect("PL") // I think it is PL please check

I had similar problems displaying french characters and i fixed it whith request and hb_langselect

Hth

Richard
by Richard Chidiak
Thu Dec 02, 2010 4:58 pm
 
Forum: FiveWin for Pocket PC
Topic: DIALOG's title and national characters
Replies: 6
Views: 1393

¿ HB_SetCodePage() ?

Hola a todos, Hasta ahora estaba trabajando con la versión FWH 9.03 y ahora quiero usar la FWH 10.9 En el programa tengo las siguientes líneas para establecer el lenguaje para la aplicación y ordenación de datos: REQUEST HB_Lang_ES REQUEST HB_CODEPAGE_ESWIN HB_LangSelect("ES") HB_SetCodePa...
by FiveWiDi
Wed Oct 06, 2010 9:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿ HB_SetCodePage() ?
Replies: 3
Views: 514

Problema con PICTURE en SAY

Gente: En mi main, al inicio, tenía: REQUEST ADS, HB_CODEPAGE_ESWIN y en el INIT PROCEDURE Inicio() HB_SetCodePage( "ESWIN" ) Luego al momento que llamé a la funcion: cMonth( Date() )... me devolvio JUNE Por sugerencia de un colega cambie de la siguiente manera: REQUEST HB_Lang_ES function...
by MarioG
Tue Jun 08, 2010 3:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con PICTURE en SAY
Replies: 0
Views: 318

Re: How to make DTPicker obey Set Date British?

Ross

I had a similar problem when datepicker would not display in french format as i needed

My fix around was

REQUEST HB_LANG_FR

HB_langSelect("FR")

SET DATE TO FRENCH

Maybe this will help

Richard
by Richard Chidiak
Mon Jun 07, 2010 8:14 am
 
Forum: FiveWin for Pocket PC
Topic: How to make DTPicker obey Set Date British?
Replies: 4
Views: 915

Re: The exact ISO 8601-Week-number-Calculation

Nages, Not correct. Week() function is not fully ISO8061 compliant (though the source code cliams to be), because it is based on week from Sun to Sat as 1 to 7. Ok, maybe, I did not test it for all possible dates. It worked with 1975 and 2009 Also whether HB_LangSelect() is set to 'GE' or 'EN', the ...
by StefanHaupt
Thu Dec 10, 2009 8:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: The exact ISO 8601-Week-number-Calculation
Replies: 19
Views: 4564

Re: The exact ISO 8601-Week-number-Calculation

Mr. StefanHauft said above // week() return alway the correct week Not correct. Week() function is not fully ISO8061 compliant (though the source code cliams to be), because it is based on week from Sun to Sat as 1 to 7. Also whether HB_LangSelect() is set to 'GE' or 'EN', the result of DoW() is the...
by nageswaragunupudi
Thu Dec 10, 2009 5:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: The exact ISO 8601-Week-number-Calculation
Replies: 19
Views: 4564
PreviousNext

Return to advanced search