Search found 13 matches: ansiupper

Return to advanced search

Re: autocomplete in get

... //---------------------------------------------------------------------------// // Convert latin characters to ANSI upper case // (for some reason AnsiUpper causes a GPF with Commercial xHB) //---------------------------------------------------------------------------// STATIC function ToUpper( ...
by Maurizio
Thu Jun 23, 2011 4:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: autocomplete in get
Replies: 15
Views: 9168

... Mis apps son de 32 bits (FWH 8.06 + Harbour) así que no parece que tanga nada que ver con el hecho de que sea 16 / 32 bits. RenOmaS: Sí: utilizo AnsiUpper() en varios lugares de mi programa, incluyendo un TAG de Indice CDX: AnsiUpper(APELLIDOS) ¿ Puede tener algo que ver? Gracias a todos, Rafael
by Rafael Clemente
Sun Nov 16, 2008 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mayúsculas espúreas en un get !!!???
Replies: 12
Views: 2263

Verificar si en tu sistema utilizas la funcion ansiupper
o cosas por el estilo.
trata de no utlizar essa funcion, puedes utilizar upper
y ves si sigue dando el mismo error.
by RenOmaS
Thu Nov 13, 2008 9:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mayúsculas espúreas en un get !!!???
Replies: 12
Views: 2263

... error: Macro redefinition of 'OemToAnsi'. D:\COMPILER\xHB\c_include\win\winuser.h(4520): error: Macro redefinition of 'AnsiUpper'. D:\COMPILER\xHB\c_include\win\winuser.h(4522): error: Macro redefinition of 'AnsiLower'. D:\COMPILER\xHB\c_include\win\winuser.h(4797): ...
by hterce
Wed Sep 03, 2008 10:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Source code for Tree32.lib
Replies: 13
Views: 3307

... pregunta nos la podría dar antonio, porque es una función de fivewin, pero lo que puedes hacer es cPalabra := "niña" : : cTemp := cPalabra alert( ansiUpper( cTemp ) ) // Cambia el valor de la variable, pero solo la utilizas para mostrar el nuevo valor alert( cPalabra ) o en su caso, si lo que ...
by quique
Wed Aug 06, 2008 5:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: La letra Ñ
Replies: 13
Views: 3218

Puedes probar con estas funciones de fivewin

alert( ansiLower( "NIÑA" ) )
alert( ansiUpper( "niña" ) )
by quique
Sat Aug 02, 2008 1:01 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: La letra Ñ
Replies: 13
Views: 3218

tAutoGet de Maurilio Viana

... ::HideSel() // Text not found -> Undo selected text endcase return( .T. ) // Convert latin characters to ANSI upper case // (for any reason AnsiUpper cause a GPF with Comercial xHB) STATIC function ToUpper( cString ) cString := upper( cString ) cString := strtran(strtran(strtran(strtran(cString,"á","Á"),"à","À"),"ã","Ã"),"â","Â") ...
by jose_murugosa
Sat Jan 19, 2008 1:11 am
 
Forum: Utilities / Utilidades
Topic: tAutoGet de Maurilio Viana
Replies: 0
Views: 1394

Frank, AnsiUpper convert accented characters to upper case. i.e: AnsiUpper("éáç AEI aei") ------> Result: "ÉÁÇ AEI AEI" (But it don't work with comercial xHarbour. Generate a GPF...) Or you can create your own OemToAnsi / ...
by Maurilio Viana
Mon Jun 04, 2007 1:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Oemtoansi ERROR ??????
Replies: 4
Views: 1517

Re: hay forma de arreglar upper("descripción" ) ==

AnsiUpper( ) funciona bien con caracteres acentuados (pero com xHarbour.com me da un error de GPF)

Salu2 de Brasil
Maurilio
by Maurilio Viana
Wed Feb 21, 2007 4:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: hay forma de arreglar upper("descripción" ) == &qu
Replies: 3
Views: 1043

... action isn´t launched. Any times it work other times no :-( We comment these lines and it worked. I´ll try with a self contained sample... About AnsiUpper( ) I can´t figura what occur. I call ansiupper( ) and my program exit without error messages. I search in my source code if i redefined it ...
by Maurilio Viana
Mon Mar 20, 2006 10:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bugs: TGet bchange /Outlook/ suggestion to .ch
Replies: 7
Views: 1948

Maurilio,

We have not modified AnsiUpper() at all. It just makes a call to Win32 AnsiUpper() function. Its a one line source code function.
by Antonio Linares
Mon Mar 20, 2006 7:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bugs: TGet bchange /Outlook/ suggestion to .ch
Replies: 7
Views: 1948

Bugs: TGet bchange /Outlook/ suggestion to .ch

... to use with xHB comercial due to the _hbstack bug and I found any fixed bugs from 2.6 that came back. I'll be glad if you can review this issues: AnsiUpper() function: In any cases AnsiUpper generate a GPF (I tested under XP) and our app crash (but in any way stay running because the exe can't ...
by Maurilio Viana
Mon Mar 20, 2006 5:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bugs: TGet bchange /Outlook/ suggestion to .ch
Replies: 7
Views: 1948

TOutlook bug/ TGet bChange bug / Suggestions to .ch files

... to use with xHB comercial due to the _hbstack bug and I found any fixed bugs from 2.6 that came back. I'll be glad if you can review this issues: AnsiUpper() function: In any cases AnsiUpper generate a GPF (I tested under XP) and our app crash (but in any way stay running because the exe can't ...
by Maurilio Viana
Tue Mar 07, 2006 10:16 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: TOutlook bug/ TGet bChange bug / Suggestions to .ch files
Replies: 0
Views: 1301

Return to advanced search