Search found 2008 matches: fixed

Return to advanced search

Re: New Password problem

Regret the bug in the method SayImage() introduced in ver. 2007. Fixed now in the version to be released. Users of FWH2007 and FWH2008 may please apply this fix: Line 910 in the method SayImage() in printer.prg:   AAdd( ::aCallLog, { "PRINTIMAGE", ...
by cjcardoza
Tue Jun 13, 2023 10:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Password problem
Replies: 23
Views: 3289

Re: Fivewin and ADO

... Error -2147352570) WINOLE/1009 No exported method: ISKINDOF This was due to a bug in xbrowser.prg in a few versions prior to FWH2210. This was fixed in FWH2210. The bug was only when we use XBROWSER command, But when we normally build our own xbrowse in a dialog/window there should be no problems ...
by nageswaragunupudi
Thu Jun 08, 2023 8:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and ADO
Replies: 36
Views: 3830

Re: Problem with xBrowse (Fixed)

Carlos:

it became very clear

Thank you.

With best regards
by Armando
Wed Jun 07, 2023 2:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with xBrowse (Fixed)
Replies: 34
Views: 2199

Re: Problem with xBrowse (Fixed)

Armando, The problem is related with xBrowse. If you run your example without including the xBrowse instantiation @ oBar:nHeight, 0 XBROWSE oBrw SIZE 0,-30 PIXEL OF oDlg ; DATA SOURCE oRsHdr ; COLUMNS "HDR_FOL","HDR_FDM","HDR_REF",; "HDR_EOS",; "HDR_TOU&q...
by Cgallegoa
Tue Jun 06, 2023 8:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with xBrowse (Fixed)
Replies: 34
Views: 2199

Re: hb_out.. exe crashed...

There was this bug when GDIP clause is used for BTNBMP. This bug is fixed in the recent version. For now please use this fix. Please replace the function PalBmpFree() in \source\classes\bitmap.prg with this new function. function PalBmpFree( hBmp, hPal ...
by Silvio.Falconi
Sun May 21, 2023 3:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_out.. exe crashed...
Replies: 10
Views: 409

Re: hb_out.. exe crashed...

There was this bug when GDIP clause is used for BTNBMP. This bug is fixed in the recent version. For now please use this fix. Please replace the function PalBmpFree() in \source\classes\bitmap.prg with this new function. function PalBmpFree( hBmp, hPal ...
by nageswaragunupudi
Sun May 21, 2023 2:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_out.. exe crashed...
Replies: 10
Views: 409

Numeric alignment with oPrn:SayText( )

... fact, it is not addressed in the source code as a useable value. It would be nice if this worked. The only way it will properly format is to use a FIXED font like COURIER NEW, but that has presented a separate issue ( for the last few versions it does not properly fit and causes printers to do ...
by TimStone
Tue May 16, 2023 9:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Numeric alignment with oPrn:SayText( )
Replies: 8
Views: 547

Re: Harbour using phind.com AI undocumented API

... \n \n \n \n Enable JavaScript and cookies to continue\n \n \n \n \n \n \n \n \n we need to enable JavaScript ... but how :idea: As soon as it gets fixed, we will post a modified version PLEASE
by Jimmy
Thu Apr 27, 2023 12:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour using phind.com AI undocumented API
Replies: 12
Views: 1243

Re: Harbour using phind.com AI undocumented API

It seems as the unofficial API is temporarly down...

Now it returns HTML with <title>Just a moment...</title>

As soon as it gets fixed, we will post a modified version

thanks
by Antonio Linares
Sat Apr 22, 2023 6:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour using phind.com AI undocumented API
Replies: 12
Views: 1243

Re: Understanding how autoGPT works...

> fix this expression "2 + 2 = 5" and provide your answer in json format { "fixed" } only
{
"fixed": "2 + 2 = 4"
}
by Antonio Linares
Sun Apr 09, 2023 3:11 pm
 
Forum: latest AI news
Topic: Understanding how autoGPT works...
Replies: 6
Views: 528

Re: Error FTP

Fixed and sent to your private email. Your ftp server doesn't allow active ftp mode. The sample now uses passive ftp mode: #define INTERNET_FLAG_PASSIVE 134217728hConnect = INTERNETCONNECT( hInternet, "ftp.fenatac.log.br", ...
by Enrico Maria Giordano
Tue Apr 04, 2023 8:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error FTP
Replies: 7
Views: 571

Re: xBrowse footer picture



I found this before I posted for help.
There was a promise that this will be fixed in some next version.
But it seems not yet to be fixed. I'm using FWH 22.10
by Detlef
Mon Apr 03, 2023 12:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse footer picture
Replies: 11
Views: 735

Re: Bug in TMenu [Fixed]

Code: Select all  Expand view

   GetnWidthItem( 0.8 ) // Funciona

   MENU oMenu
 


Regards, saludos.
by karinha
Tue Mar 28, 2023 12:57 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in TMenu [Fixed]
Replies: 9
Views: 3638

Re: ENCRIPTAR con el algoritmo RSA-SHA256.

... it assures Confidentiality, Authenticity (includes Identification) and Non-Repudiation. - SHA-256 is a Hashing algorithm, that produce a unique, fixed size 256-bit (32-byte) hash and it assures Message Integrity. Estoy trabajando para obtener lo requerido con OpenSSL.exe , en forma externa Atentamente, ...
by RSalazarU
Mon Mar 13, 2023 2:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ENCRIPTAR con el algoritmo RSA-SHA256.
Replies: 5
Views: 628

Re: Error ADODB.Recordset/6 DISP_E_UNKNOWNNAME: ISKINDOF

... I tried to Filter for the name and looking at the result of the filtered data xBrowse( oRsEmp ) that is where I got the "ISKINDOF error .. I fixed the employee name in both the Security and Employee tables .. and the program worked fine .. I was only using xBrowse to view the results of the ...
by Rick Lipkin
Thu Mar 02, 2023 7:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error ADODB.Recordset/6 DISP_E_UNKNOWNNAME: ISKINDOF
Replies: 1
Views: 175
PreviousNext

Return to advanced search