Search found 165 matches: uppercase

Return to advanced search

cFilePath issue.

... := cFileDisc( cPathMask ) ) + If( ! Empty( cDisk ), cSep, "" ) ) I used this function in my application. file path I noticed it was in uppercase. This creates problems with the Turkish characters I use. Is there a purpose in using the upper function? (Note. When I remove the Upper function, ...
by Horizon
Tue Oct 31, 2023 6:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cFilePath issue.
Replies: 4
Views: 316

Re: TGet() - UTF8 encoding fails [Unsolved]

Since the Upper() function doesn't work 'properly' for UTF8, ... Yes, Harbour's Upper() function does not work with UTF8 encoded Umlauts. Even with Ansi encoded umlauts, Harbour Upper/Lower functions work only if the codepage is set to German. But a Unicode Get control does not have to depend on Ha...
by nageswaragunupudi
Sat Oct 14, 2023 5:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGet() - UTF8 encoding fails [Solved]
Replies: 20
Views: 1729

Re: New FTDN July/Julio (FWH 23.07)

Mayo, Junio, Julio 2023 ======================= * Mejora: La función SetClipboardData() soporta el formato CF_HDROP. Un ejemplo de uso: --- #include "FiveWin.ch" #define CF_HDROP 15 function Main() local oWnd, hDrop DEFINE WINDOW oWnd MsgInfo( OpenClipboard( oWnd:hWnd ) ) MsgInfo( SetClipb...
by Antonio Linares
Sat Jul 29, 2023 9:16 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio (FWH 23.07)
Replies: 7
Views: 1065

New FTDN July/Julio (FWH 23.07)

May, June, July 2023 ==================== * Enhancement: function SetClipboardData() supports CF_HDROP. Here there is a working example - 1: #include "FiveWin.ch" #define CF_HDROP 15 function Main() local oWnd, hDrop DEFINE WINDOW oWnd MsgInfo( OpenClipboard( oWnd:hWnd ) ) MsgInfo( SetClip...
by Antonio Linares
Thu Jul 27, 2023 6:13 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio (FWH 23.07)
Replies: 7
Views: 1065

Re: Error in class tget fwh2304

Called from: => UPPER( 0 )
Called from: .\source\classes\TGET.PRG => TGET:INITIATE( 1316 )


Please remove the style ES_UPPERCASE for all Gets that are not character values in the RC file
by nageswaragunupudi
Fri Jul 14, 2023 5:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error in class tget fwh2304
Replies: 3
Views: 280

Re: FW_SetUnicode( .T. ) 2-Byte characters

... is .T. ? Ok, I will do. 2. Can you paste all problem German characters here? There are only three 'German Umlaute': [/list] üÜ öÖ äÄ and the ß - UpperCase 'SS' 8) . For more information see https://www.berlitz.com/blog/german-umlaut-meaning-letters In UTF-8 they are a lot of other ...
by frose
Fri Jun 23, 2023 6:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SetUnicode( .T. ) 2-Byte characters
Replies: 25
Views: 2189

Re: error al personalizar hoja de excel despues de toexcel()

... these paths as needed .path.OBJ = .\obj .path.PRG = .\ .path.CH = $(FWDIR)\include;$(HBDIR)\include .path.C = .\ .path.rc = .\ #important: Use Uppercase for filenames extensions, in the next two rules! PRG = \ cajas.PRG \ tcajas.PRG \ mcajas.PRG \ rddsys.PRG \ password.PRG \ libsis.PRG \ especial.PRG ...
by artu01
Wed Nov 23, 2022 11:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: error al personalizar hoja de excel despues de toexcel()
Replies: 9
Views: 1163

C'YaPass: Forget All Your Passwords

... you which site the password is used for) Draw your secret pattern (it is never stored anywhere) The program remembers which password requirements (uppercase, special characters, length) are required by the site. The program generates your password and copies the password to your clipboard. You ...
by Baxajaun
Mon Aug 15, 2022 8:57 am
 
Forum: Utilities / Utilidades
Topic: C'YaPass: Forget All Your Passwords
Replies: 0
Views: 395

Parametros

... .path.RC = $(Proyecto);".\rc" .path.OBJ = .\Obj32 # ******************************************************************** #important: Use Uppercase for filenames extensions, in the next two rules! PRG = \ %1.PRG # %1 es el parametro MiArcivoPrg dado en el .BAT RC= Dialogos.RC \ %2.RC # ...
by fridgar
Mon Nov 08, 2021 3:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Parametros
Replies: 3
Views: 353

Feature for a Dbf archive - Request info to Experts

... these features for a dbf archive 1) the field name can only contain ten characters (spaces are converted to underscores, letters are converted to uppercase) 2) duplicate field names are not allowed 3) a maximum of 128 fields are allowed 4) a maximum of 254 characters are allowed per field 5) a ...
by Silvio.Falconi
Mon Oct 25, 2021 11:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Feature for a Dbf archive - Request info to Experts
Replies: 2
Views: 334

Re: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS

... .autodepend .swap .suffixes: .prg .hrb # Flags for modules to include: YES | NO (must be UPPERCASE)################## RES_FILE = YES LNK_DBFNTX = YES LNK_DBFCDX = YES LNK_DEBUG = NO LNK_ADVANTAGE = NO LNK_ODBC = NO MAP_FILE = YES MULTI_HILO ...
by rterraz
Sat Sep 18, 2021 2:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS
Replies: 43
Views: 4987

Re: check existing first and last on customer

... UPPER( cNomeIntero ) )xbrowser oDbfnot good it go to eof of dbf and give me not return if found the record cNomeIntero is in all uppercase and if your index is not, then there won't be a match. You need to show exactly how the index is made. It would have to be: index on UPPER(alltrim(cFirst) ...
by James Bott
Tue Jun 15, 2021 3:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: check existing first and last on customer - RESOLVED !!!
Replies: 23
Views: 2505

Re: FWH 2102: GET Upper, Lower, Proper Cases

For GETs created from RESOURCES: 1) Using Picture clause "@!" forces Upper Case. 2) Using styles ES_UPPERCASE or ES_LOWERCASE in the RC file forces Upper or Lower case as per the style. 3) If both ES_UPPERCAE and ES_LOWERCASE are specified in the RC file, ES_LOWERCASE takes precedence. 4) ...
by nageswaragunupudi
Sat Mar 06, 2021 3:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 2102: GET Upper, Lower, Proper Cases
Replies: 3
Views: 768

Re: FWH 2102: GET Upper, Lower, Proper Cases

In the case of REDEFINEs, the right place to define upper/lower case is the RC file. Please add the styles ES_UPPERCASE or ES_LOWERCASE in the rc file for the Gets you want. The only thing we can provide for REDEFINEs is Proper case. That is not done till now. Probably we will incorporate it by the ...
by nageswaragunupudi
Sat Mar 06, 2021 1:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 2102: GET Upper, Lower, Proper Cases
Replies: 3
Views: 768

Re: Picture Clause to force Lower Case

... X Adds DB (debit) after negative numbers Z Formats zeros as blanks ( Encloses negative numbers in parentheses ! Converts alphabetic characters to uppercase Picture mask The picture mask must be separated by a single space from the picture function. When no picture function is used, the picture ...
by Marc Venken
Fri Feb 26, 2021 10:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Picture Clause to force Lower Case
Replies: 6
Views: 556
Next

Return to advanced search