Search found 2288 matches: solved

Return to advanced search

Some problems with the FWH-debugger

... PRG-file to toggle breakpoints? If that was possible, that would be a very big forward. Sorry, but I can't find it. If these problems could be solved, the FWH-debugger would be a very helpful tool. I'm using the xHarbour debugger right now, but this one is also has its problems. Unfortunately, ...
by driessen
Sun Sep 10, 2023 9:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Some problems with the FWH-debugger
Replies: 11
Views: 468

Re: FW 23.07 SOLVED

... " ) ;         )   ACTIVATE DIALOG oDlg CENTEREDRETURN NIL https://i.postimg.cc/d312pdNX/2023-09-14-10-01-06.png SOLVED, thanks to Rao
by frose
Sun Sep 10, 2023 8:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SetUnicode( .T. ) 2-Byte characters
Replies: 25
Views: 2195

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

Please try:
Code: Select all  Expand view
   hBmp := FW_BarCodeBmp( cText, "QRCODE", nWidth, nHeight, nil, .t. )
   FW_SaveImage( hBmp, "qr.png" )
   DeleteObject( hBmp )
   XImage( "qr.png" )
by nageswaragunupudi
Fri Sep 08, 2023 8:53 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]

When I tested with FWH1912, bmp2alpha() is still necessary to avoid getting the frame which would render the qrcode unreadable
by hua
Fri Sep 08, 2023 8:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_BarCodeBmp() / FW_SaveImage() help please [Solved]
Replies: 10
Views: 1113

Re: Save csv file in utf8 with BOM

Hello Cristobar. I already solved it by applying the header to utf8 BOM Method N_SignoCepLayout_BuildAll(f_cFileCvsSalva)   Local lc_cFileCvsConteudo := ""   Local lc_cUtf8Header := ""  ...
by Giovany Vecchi
Thu Sep 07, 2023 11:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Save csv file in utf8 with BOM
Replies: 2
Views: 177

Re: Una sobre xBrowse

Mr. Rao

Thank you very much for your interest, I have solved it by creating a temporary table.

thank you very much again

Greetings
by Armando
Tue Jul 25, 2023 4:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Una sobre xBrowse (solucionado)
Replies: 6
Views: 389

Re: pudieron avanzar en ordenacion de un tree?

Mr. Nagues...

my version is year 2018... very old... maybe it could be solved from programming with my version...

Roberto
by TOTOVIOTTI
Mon Jul 10, 2023 6:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: pudieron avanzar en ordenacion de un tree?
Replies: 11
Views: 666

Re: how to open devtoolswindow from application.

Thank you Antonio, Mr. Navarro, I have solved my problem. I think default nDebug is changed in webview. // Please install https://developer.microsoft.com/en-us/m ... /webview2/ x86 version before using it#include "FiveWin.ch"function ...
by Horizon
Sat Jul 08, 2023 10:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to open devtoolswindow from application.
Replies: 21
Views: 1143

Re: how to open devtoolswindow from application.

... http://www.objekt.com.tr/fwh_test/webview_menu_after.png I solved my problem by installing old dlls. Of course, when I allocate budget resources, I will update ftdn. Hello, how create webview ?, please put a ...
by Horizon
Sat Jul 08, 2023 9:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to open devtoolswindow from application.
Replies: 21
Views: 1143

Re: how to open devtoolswindow from application.

... http://www.objekt.com.tr/fwh_test/webview_menu_after.png I solved my problem by installing old dlls. Of course, when I allocate budget resources, I will update ftdn. Hello, how create webview ?, please put a ...
by cnavarro
Sat Jul 08, 2023 4:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to open devtoolswindow from application.
Replies: 21
Views: 1143

Re: how to open devtoolswindow from application.

... http://www.objekt.com.tr/fwh_test/webview_menu_after.png I solved my problem by installing old dlls. Of course, when I allocate budget resources, I will update ftdn.
by Horizon
Fri Jul 07, 2023 11:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to open devtoolswindow from application.
Replies: 21
Views: 1143

Re: How to resolve this? lack functions [Solved]

I found mysql.c sources on the internet

And I managed to link and run everything ok

Grateful
by Ari
Fri Jun 23, 2023 3:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to resolve this? lack functions
Replies: 5
Views: 332

Re: Disable and Enable Items ( TExplorerBar )

correct, solved
thanks
by INFORMAISVRB
Thu Jun 22, 2023 7:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Disable and Enable Items ( TExplorerBar )
Replies: 2
Views: 265
PreviousNext

Return to advanced search