Search found 281 matches: setunicode

Return to advanced search

Re: Announcing DrXlsx 1.0 by Charles Kwon

hi,

i open OEM DBF and try to use oXlsx:Say() or oXlsx:WriteString()
but i have Problem with DrXlsx32.lib and German Umlaute ( äöüÄÖÜß )

have try FW_SetUnicode( .T./.F. ) and hb_cdpSelect( "DE850" / "DEWIN" )
need a Tip what else i can try
by Jimmy
Sat Aug 26, 2023 5:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Announcing DrXlsx 1.0 by Charles Kwon
Replies: 32
Views: 3874

Re: PostgreSQL and Fivewin

hi, i have change METHOD SavePQQ() CLASS TDataRow...#ifdef use_Original                              // Jimmy   FOR n := 1 TO LEN( ::aStructPG )      IF ::aStructPG[ n, 10 ] == "PRI" .AND. ;                 oQry:TableName == ::aStructPG[ n, 7 ]         IF cS...
by Jimmy
Fri Aug 25, 2023 8:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: PostgreSQL and Fivewin
Replies: 1
Views: 155

Re: How to print character sigma in Haru?

nageswaragunupudi wrote:For now, the immediate solution is to use HB_UTF8CHR(0x03A3) and setting FW_SetUnicode() to .T., atleast temporarily.


Thanks Rao, for the time being I adopted this workaround
by hua
Thu Aug 17, 2023 3:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to print character sigma in Haru?
Replies: 8
Views: 331

Re: How to print character sigma in Haru?

PDF's internal Symbol font is different from Windows Symbol font.
We are working on how to make our FWPDF class to use Windows Symbol font, though it seems difficult as of now.
For now, the immediate solution is to use HB_UTF8CHR(0x03A3) and setting FW_SetUnicode() to .T., atleast temporarily.
by nageswaragunupudi
Wed Aug 16, 2023 7:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to print character sigma in Haru?
Replies: 8
Views: 331

Re: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?

hi,, forgot to say ; it happens when PostgreSQL Table is UTF8 it work when Table use WIN1252 wrong using UTF8 Table TDATAROW:SAVEPQQ( 1787 ) var2char(::aStructPG[1]) = "{artnr, C, 5, 0, 16820, 1, artikel, __lock_owner, NIL, NIL}" TDATAROW:SAVEPQQ( 1848 ) cSql = "UPDATE public.artikel ...
by Jimmy
Wed Aug 02, 2023 11:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?
Replies: 21
Views: 763

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

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

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

These issues with Umlauts is fixed in FWH2307 soon to be released.
by nageswaragunupudi
Tue Jul 25, 2023 12:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SetUnicode( .T. ) 2-Byte characters
Replies: 25
Views: 2195

Re: build Import LIB from LibPQ.DLL

is FW_SetUnicode() for hole App of for each Thread :?:

Yes, this setting is for the entire application.
This setting decides whether all Windows messages are 16-bit (UTF16) or 8-bit(ANSI)
by nageswaragunupudi
Sun Jul 23, 2023 11:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: build Import LIB from LibPQ.DLL
Replies: 37
Views: 2875

Re: build Import LIB from LibPQ.DLL

hi, You were getting errors while saving data with the pgre01.prg. Now is that problem resolved? when set "ENCODING" and FW_SetUnicode( .F. ) it work on both PostgreSQL Server and XBROWSEr :D If so what could be the reason for those errors? Can you provide feedback on this issue please? i ...
by Jimmy
Sat Jul 22, 2023 11:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: build Import LIB from LibPQ.DLL
Replies: 37
Views: 2875

Re: build Import LIB from LibPQ.DLL

hi, What is "WIN1252" ? Manual PostgreSQL 22.3.3. Automatic Character Set Conversion Between Server and Client i got WIN1252 Codepage from here https://wiki.freepascal.org/Language_Codes https://www.vbsedit.com/html/882ca1eb-81b6-4a73-839d-154c6440bf70.asp https://www.science.co.il/languag...
by Jimmy
Thu Jul 20, 2023 10:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: build Import LIB from LibPQ.DLL
Replies: 37
Views: 2875

Re: build Import LIB from LibPQ.DLL

Thanks for sharing the information.
What is "WIN1252" ?
Is the German "Umlaute" issue is resolved now? ( by keeping FW_SetUnicode() to .F.)
Please also share the code for creating a table with WIN1252
by nageswaragunupudi
Thu Jul 20, 2023 5:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: build Import LIB from LibPQ.DLL
Replies: 37
Views: 2875

Re: xbrowse

Mr. Rao,
I don't want to trouble you.
But my test still fails all the time.
And it doesn't matter with FW_SetUnicode() or without.

Image
I don't know what to do.

Regards
Detlef
by Detlef
Sat Jul 08, 2023 1:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse
Replies: 15
Views: 608

Re: xbrowse

Now, I tried with FWH2210, both with xHarbour and Harbour without FW_SetUnicode()

Working well for me.
by nageswaragunupudi
Sat Jul 08, 2023 8:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse
Replies: 15
Views: 608
PreviousNext

Return to advanced search