Search found 2288 matches: solved

Return to advanced search

Re: TGet():ReDefine - UTF8 encoding fails [Solved]

Ok, thanks for clarification.

In Unicode Gets picture clause "@!" works.

Confirm that the PICTURE clause "@!" works for TGet():Redefine and TGet():New and UTF8!
by frose
Sun Nov 12, 2023 2:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGet():ReDefine - UTF8 encoding fails [Solved]
Replies: 6
Views: 318

Re: TGet():ReDefine - UTF8 encoding fails [Solved]

maybe it's useless :oops:
Ok I'll use VARCHAR instead of '@S' and WinUpper() instead of '@!'?
Code: Select all  Expand view
@  20, 20 GET oGet VAR cVar1 SIZE 200,20 PIXEL OF oDlg VARCHAR 70 ON CHANGE { || cVar1 := WinUpper( cVar1 ), oDlg:Update() }

and never use the PICTURE clause for strings again :D
by frose
Sun Nov 12, 2023 1:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGet():ReDefine - UTF8 encoding fails [Solved]
Replies: 6
Views: 318

Re: xBrowse - Dates - FWH 2310

Dear Tim,

Is the problem solved ?

It seems as you missed to copy something. Is it so ?
by Antonio Linares
Wed Nov 08, 2023 5:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - Dates - FWH 2310
Replies: 19
Views: 1453

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

Thank you.
Possible because of your feedback.
by nageswaragunupudi
Sat Nov 04, 2023 9:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGet() - UTF8 encoding fails [Solved]
Replies: 20
Views: 1736

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

Dear Mr. Nageswara Rao,
now encoding is OK :D
Thanks
Frank
by frose
Sat Nov 04, 2023 9:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGet() - UTF8 encoding fails [Solved]
Replies: 20
Views: 1736

Re: FWH 2310 Active X problem ?

Dear Tim,

I just sent you some FWH modified libs, please test them and let me know if the error gets solved

many thanks for your help
by Antonio Linares
Fri Nov 03, 2023 10:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 2310 Active X problem ?
Replies: 13
Views: 509

Re: creación oath_signature en oath 1.0

David,
The problem I had is how I put together the string to be encrypted,
when to consider or not the characters that should be converted to hexadecimal,
that was solved, both your contribution and openssl work perfectly

thanks again
best regards
by jlborlando
Tue Oct 24, 2023 1:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: creación oath_signature en oath 1.0
Replies: 2
Views: 285

Re: Include exe file as a resource (solved)

In the rc file:

Code: Select all  Expand view
FILE1 RCDATA "..\\..\\GeoTif\\utils\\pdftopng.exe"


in fwh

Code: Select all  Expand view
RCDATATOFILE( GetResources(), "FILE1", "pdftopng.exe" )


Regards

Alvaro
by alvaro533
Thu Oct 19, 2023 2:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Include exe file as a resource (solved)
Replies: 3
Views: 264

Re: xHarbour.org updated!

Can you send me WINORCAM.PRG to try to compile it here? Enrico, problem solved. I removed these functions that are not used in the main program and it compiled perfectly. Enrique, problema solucionado. Eliminé estas funciones que no se utilizan en el programa ...
by karinha
Sat Sep 16, 2023 7:15 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 38605

Re: FW_BarCodeBmp() / FW_SaveImage() help please [Solved]

Yes, sorry.
This does not work in FWH1912.
You need to use later version.
This works in the current version.
by nageswaragunupudi
Mon Sep 11, 2023 4:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_BarCodeBmp() / FW_SaveImage() help please [Solved]
Replies: 10
Views: 1113

Re: FW_BarCodeBmp() / FW_SaveImage() help please [Solved]

I got this error Application Internal Error - C:\test\TPlusSST\bin\inv.exeTerminated at: 2023-09-11 12:27:48Unrecoverable error 9001: Error recovery failureCalled from FW_MAKEYOURBITMAP(2098) in .\source\function\IMGTXTIO.PRGCalled from FW_BARCODEBMP(2071) in .\source\function\IMGTXT...
by hua
Mon Sep 11, 2023 4:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_BarCodeBmp() / FW_SaveImage() help please [Solved]
Replies: 10
Views: 1113

Re: FW_BarCodeBmp() / FW_SaveImage() help please [Solved]

Please try
Code: Select all  Expand view
hBmp := FW_BarCodeBmp( cText, "QRCODE", nWidth, nHeight, nil, CLR_WHITE )

and let us know if this is working well for all purposes.
by nageswaragunupudi
Mon Sep 11, 2023 3:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_BarCodeBmp() / FW_SaveImage() help please [Solved]
Replies: 10
Views: 1113

Re: FW_BarCodeBmp() / FW_SaveImage() help please [Solved]

Just out of curiosity, could the qrcode be generated with white background instead of being transparent?
by hua
Mon Sep 11, 2023 2:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_BarCodeBmp() / FW_SaveImage() help please [Solved]
Replies: 10
Views: 1113
PreviousNext

Return to advanced search