Search found 113 matches: langselect

Return to advanced search

Re: clase VLC para crear un player - algunos problemas

Carlos, El mensaje que usa las letras acentuadas ó eñe es enviado a un objeto OLE y no al activex: ::oControl:playlist:add( "File:///" + cFileName ) La función que se usa es hb_oleItemToString() en harbour/contrib/hbwin/olecore.c y esa función debe usar codepages de Harbour Estas usan...
by Antonio Linares
Fri Oct 12, 2018 7:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: clase VLC para crear un player - algunos problemas
Replies: 15
Views: 3691

Re: Ordenacion Mayúsculas/Minúsculas

Sigo sin resolverlo Y ésto, creo que me afecta a que cuando hago una búsqueda, si la hago con Upper(string), solo me presenta las grabadas en mayúsculas, y si no, sólo las minúsculas. Tiene esto algo que ver con lo expresado anteriormente?. He puesto al principio del programa: REQUEST HB_Lang_ES REQ...
by JoseLuis
Wed Aug 29, 2018 6:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ordenacion Mayúsculas/Minúsculas
Replies: 10
Views: 1790

Re: Converting dbf files to MariaDB with importfromdbf

So, if the application and connection and database are Unicode (utf8) everything is working correctly for you. But you prefer to use latin5_turkish_ci collation. I need to test this at my place. Can you please send to my personal email one dbf file with Turkish characters and also tell me what is th...
by nageswaragunupudi
Thu Aug 16, 2018 6:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB with latin5_turkish_ci collation
Replies: 35
Views: 4318

error on NToCDOW

i make a function to converte date string into italian date string Function cf(dTemp)   LOCAL f, m, cMese, dFech,dDay,d   Local i,c   local aMesi[ 12 ]   local aWeek[ 7 ]   AEval( aMesi,  { |c,i| aMesi[ i ...
by Silvio.Falconi
Sun Aug 05, 2018 11:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error on NToCDOW
Replies: 3
Views: 487

Re: UPPER() and IsAlpha() return not reals values in french

This is a test with German language   HB_LangSelect("DE")   HB_SetCodePage("DEWIN")   c  := "öäü"   ? c, UPPER( c ), ISALPHA( c )  https://imagizer.imageshack.com/v2/xq90/924/7UcC3z.png You may use HB_LangSelect( "FR&...
by nageswaragunupudi
Sun Jun 03, 2018 3:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: UPPER() and IsAlpha() return not reals values in french
Replies: 25
Views: 2495

Re: UPPER() and IsAlpha() return not reals values in french

Hi Nageswaragunupudi,

This is in my code :

HB_LangSelect("FR")
HB_SetCodePage("FR")
SET(_SET_LANGUAGE, "FR")
by Badara Thiam
Sun Jun 03, 2018 3:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: UPPER() and IsAlpha() return not reals values in french
Replies: 25
Views: 2495

Re: abrir 2 xbrowses simultaneos

Perdon, ahí va el código: * ETIQUETAS.PRG - Generador de etiquetas. Compilar con BUILDX.BAT de FWH1709 * UV 15/05/2018 * * Generador de etiquetas. * #include "vta0000.ch" #include "winapi.ch" #include "report.ch" #include "xbrowse.ch" #define VK_ENTER 13 EXTER...
by pedroluis
Tue May 29, 2018 12:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: abrir 2 xbrowses simultaneos
Replies: 13
Views: 2707

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

__clsVerify(<nClassH>)-><acBrokenMessages>|Nil __objAddData(<oObject>,<cDataName>)->oObject __objAddInline(<oObject>,<cInlineName>,<bInline>)->oObject __objAddMethod(<oObject>,<cMethodName>,<nFuncPtr>)->oObject __objDelInline(&l...
by carlos vargas
Sat Oct 21, 2017 8:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5719

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: 5719

Re: Problemas con los acentos después de actualizar a Harbour 3.

cambia HB_LangSelect("ESWIN") y prueba. por favor.
by carlos vargas
Wed May 17, 2017 6:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con los acentos ... (solucionado)
Replies: 4
Views: 756

Re: Seek en XBrowse con Dolphin texto con Ñ

Estimado Mr Rao y Cristobal: En los campos numericos el Seek de Xbrowse no funciona como se espera. Dependiendo de la configuración del Set_MyLeng() es como funciona con campos alfanumericos. Opcion 1: REQUEST HB_LANG_ES REQUEST HB_CODEPAGE_ESWIN HB_CDPSELECT("ESWIN") HB_LangSelect( "...
by cmsoft
Tue Aug 23, 2016 1:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Seek en XBrowse con Dolphin texto con Ñ
Replies: 58
Views: 12535

Re: Seek en XBrowse con Dolphin texto con Ñ

Mario: Algun seteo particular de lenguage? Ya que vos usas Tdolphin y Xbrowse y te funciona. Le asigne a la tabla la collation que me indicas y sigue sin funcionar. Yo tengo (como puse en el codigo) HB_CDPSELECT("ESWIN") HB_LangSelect( "ES_ES" ) No se si es de Dolphin pero tenia ...
by cmsoft
Thu Aug 18, 2016 10:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Seek en XBrowse con Dolphin texto con Ñ
Replies: 58
Views: 12535

FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )

FWH now provides inbuilt connectivity to MariaDB/MySql server without using any 3rd party libs. Works with both MariaDB and MySql servers. The functionality is available with bcc7 xHarour and Harbour, bcc7 64 bit with Harbour and MSVC 32 and 64 bits with Harbour. Yet to test with xhb.com and gcc. Th...
by nageswaragunupudi
Fri Jul 01, 2016 9:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )
Replies: 76
Views: 28552

Re: FWString()

Romeo, It is explained in whatsnew.txt * New: We have implemented a new FWH strings API to provide internationalization at runtime, and that you can also use to provide internationalization to your own apps too: The Strings API functions are: 1. FWSetLanguage( nNewLanguage ) // sets the language to ...
by Antonio Linares
Mon Feb 08, 2016 1:23 pm
 
Forum: All products support
Topic: FWString()
Replies: 3
Views: 1093

Re: Búsquedas en xBrowse

Tottoviotti A ver si esto te orienta Uso ADS, y tengo estas declaraciones: En el main ANNOUNCE RDDSYS REQUEST ADS, HB_Lang_ESWIN, HB_CODEPAGE_ESWIN, ; ADSKeyCount,ADSKeyNo,OrdKeyCount,OrdKeyNo,AdsGetRelKeyPos,AdsSetRelKeyPos,DBFCDX,DBFFPT luego HB_LangSelect( "ESWIN" ) HB_SetCodePage( &quo...
by MarioG
Wed Oct 28, 2015 12:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Búsquedas en xBrowse
Replies: 2
Views: 529
PreviousNext

Return to advanced search