Search found 2010 matches: fixed

Return to advanced search

Re: GetImage on fiveh.lib

fixed, thanks!
by Antonio Linares
Mon May 13, 2024 4:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetImage on fiveh.lib
Replies: 3
Views: 118

Re: get your external IP

Fixed for Windows 11. Solucionado:

Se incluye en el próximo build de FWH

Code: Select all  Expand view
function LocalIP()

   local cIP

   WSASTARTUP()
   cIP = GetHostByName( GetHostName() )
   WSACLEANUP()

return cIP
by Antonio Linares
Mon May 06, 2024 8:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: get your external IP
Replies: 9
Views: 214

Re: 2404 Fivewin.ch error -- Antonio

Antonio Fixed by moving #INCLUDE "FIVEWIN.CH" to the top of the program .. old code .. sorry to bother you ... // LOGIN.PRG#INCLUDE "FIVEWIN.CH"   // moved to top of program ...FUNC _LOGIN( cAUTH, ...
by Rick Lipkin
Mon Apr 29, 2024 6:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 2404 Fivewin.ch error -- Antonio
Replies: 7
Views: 210

ayuda con uso de hb_xfree

... extern HB_EXPORT PHB_ITEM     hb_itemPutCLPtr  ( PHB_ITEM pItem, char * szText, HB_SIZE nLen ); ! hb_itemPutCPtr(), hb_itemPutCLPtr() fixed to put empty string to item if szText is NULL and length is non-zero, instead of trying to free NULL pointer causing internal error. * contrib/examples/rdddbt/dbfdbt1.c ...
by carlos vargas
Sun Apr 28, 2024 2:55 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ayuda con uso de hb_xfree
Replies: 6
Views: 272

Re: Link errors xHarbour 10283.bcc770

Enrico

Fixed ... thanks
by Rick Lipkin
Thu Apr 25, 2024 8:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Link errors xHarbour 10283.bcc770
Replies: 3
Views: 97

Re: New FWH 24.02

Dear Hakan,

Silvio confirmed it has been fixed in FWH 24.04
by Antonio Linares
Wed Apr 24, 2024 12:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.04
Replies: 37
Views: 7399

New FTDN April 2024 (FWH 24.04)

... tables * FWMariaRowSet class - Fix in SetFilter() a) when filter condition contains "<a> like '%abc'" is treated same as '%abc%'. Fixed b) Filter is failing when the like condition contains chars like "-", "/", etc. Fixed * TArrayData class ( source\classes\tarrdata.prg ...
by Antonio Linares
Wed Apr 24, 2024 7:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 1
Views: 560

Re: FWH 2006: XBrowse : Own built-in Buttonbar

... nMRow <= ::oBrw:nHeaderHeight  ; Change this line as:      if nMRow < ::oBrw:HeaderHeight( .t. )  ; This is fixed in the next version under relase. Thanks for pointing out the bug.
by nageswaragunupudi
Tue Apr 16, 2024 3:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 2006: XBrowse : Own built-in Buttonbar
Replies: 14
Views: 2334

Re: harbour/xharbour appear ADS functions error



Dear MEG,
How about xharbour fixed this problem? any update?
by richard-service
Sun Apr 07, 2024 5:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour/xharbour appear ADS functions error-SOLVED
Replies: 47
Views: 8589

Re: harbour/xharbour appear ADS functions error



Dear EMG,

This Harbour package zip file. Already include Ads.ch file.
It's working now. Thank you.
by richard-service
Wed Apr 03, 2024 3:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour/xharbour appear ADS functions error-SOLVED
Replies: 47
Views: 8589

Re: Mr Rao :SetFilter no funciona

We fixed the bug and this will work from the next release.

You said you are using FWH2307 with Harbour and BCC.
Please contact me on this email
nageswaragunupudi [at] gmail [dot] com.

I will send you the revised FiveH.lib for FWH2307 with this fix.
by nageswaragunupudi
Sat Mar 23, 2024 8:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mr Rao :SetFilter no funciona
Replies: 11
Views: 2474

Re: Question about performance RowSet

Thanks for the confirmation.
Fixed properly in the next version
by nageswaragunupudi
Fri Mar 22, 2024 4:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4172

Re: change size dialog selecting noption folder

... We have restored it providing it the right parameters: ::Resize( 0, ::nWidth, ::nHeight ) If you are using FWH 24.02 please restore that line fixed as above, thanks Surely we will publish a revised FWH 24.02 in the next days with these little changes ¿lo hará automáticamente? o ¿Deberíamos ...
by Silvio.Falconi
Fri Mar 15, 2024 9:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: change size dialog selecting noption folder
Replies: 3
Views: 639

Re: change size dialog selecting noption folder

... We have restored it providing it the right parameters: ::Resize( 0, ::nWidth, ::nHeight ) If you are using FWH 24.02 please restore that line fixed as above, thanks Surely we will publish a revised FWH 24.02 in the next days with these little changes
by Antonio Linares
Fri Mar 15, 2024 9:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: change size dialog selecting noption folder
Replies: 3
Views: 639
Next

Return to advanced search