Search found 2377 matches: fix

Return to advanced search

Re: New FWH 24.02

Hi Antonio,

Will you release a fix for this issue in fwh 24.02?

Thanks.
by Horizon
Wed Apr 24, 2024 9:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.04
Replies: 37
Views: 7093

New FTDN April 2024 (FWH 24.04)

... for fraction of seconds. Now support fraction of seconds milliseconds. - Improved support for Restoring large 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 ...
by Antonio Linares
Wed Apr 24, 2024 7:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 0
Views: 38

Re: xbrowse problem with :bLClicked

... and deselection of records in your xbrowse, specifically when using the spacebar to toggle selection. Let's break it down and see if we can fix this. First, let's analyze the `:bLClicked` block: :bLClicked := { |r,c,f,oBrw|    if( oBrw:Mousecolpos( c ) == 1,       ( ...
by Antonio Linares
Mon Apr 22, 2024 5:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 100

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

... al colocar // XbrSetupBar( oBrw ) vueve a ordernar, podria verificar si es asi o estoy haciendo algo mal ? Please modify xbrowse and apply this fix. Please locate this line in the METHOD HeaderLButtonUp( nMRow, nMCol, nFlags ) CLASS TXBrwColumn      if nMRow <= ::oBrw:nHeaderHeight ...
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: 2259

Re: harbour/xharbour appear ADS functions error

If you will find any problems with the provided libs then it is better I fix them.
by Enrico Maria Giordano
Mon Apr 08, 2024 2:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour/xharbour appear ADS functions error-SOLVED
Replies: 47
Views: 8420

Re: Question about wfReadUrl()

Michel, please show a little and complete PRG example of what you are trying to do and I will fix it.
by Enrico Maria Giordano
Fri Apr 05, 2024 5:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about wfReadUrl() - SOLVED
Replies: 20
Views: 2781

Re: incremental search on Xbrowse

Hi Master Rao,
The fix works perfectly!
:D
TIA
by mauri.menabue
Tue Mar 26, 2024 12:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: incremental search on Xbrowse
Replies: 10
Views: 2008

Re: Crear librerias de Harbour BCC74 Me genera error

It is still a problem to fix inside hbmk2.prg. I'm updating my hrbfix. Anyway, this is the batch I'm using to build Harbour: @ ECHO OFFSET BCC=*** PUT YOUR BCC PATH HERE! ***SET PATH=%BCC%\binSET HB_INSTALL_PREFIX=%cd%\harbourSET HB_USER_LDFLAGS=-apSET ...
by Enrico Maria Giordano
Tue Mar 26, 2024 12:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear librerias de Harbour BCC74 Me genera error
Replies: 28
Views: 6870

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

Re: Question about performance RowSet

... bug is due to my ignoring the difference in the behavior between Harbour and xHarbour of a function PValue(). We regret the inconvenience. You can fix this problem by making a small correction in TArrayData class in \fwh\source\classes\tarrdata.prg Please locate the line: METHOD New( aData, ...
by Eroni
Fri Mar 22, 2024 12:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4038

Re: Question about performance RowSet

... bug is due to my ignoring the difference in the behavior between Harbour and xHarbour of a function PValue(). We regret the inconvenience. You can fix this problem by making a small correction in TArrayData class in \fwh\source\classes\tarrdata.prg Please locate the line: METHOD New( aData, ...
by nageswaragunupudi
Thu Mar 21, 2024 10:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4038

Re: hb_cdxPageSeekKey how to intercept this error

... https://www.emagsoftware.it/Download.asp It is a false positive. Anyway, I just update the release to 2.75 (with a little fix to the messagebar tooltips). Please check, although I think that it will receive the same false alert. :-( I'll check on Enrico. Thanks. I'll tell ...
by karinha
Tue Mar 12, 2024 2:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_cdxPageSeekKey how to intercept this error
Replies: 18
Views: 769

Re: hb_cdxPageSeekKey how to intercept this error

... https://www.emagsoftware.it/Download.asp It is a false positive. Anyway, I just update the release to 2.75 (with a little fix to the messagebar tooltips). Please check, although I think that it will receive the same false alert. :-(
by Enrico Maria Giordano
Tue Mar 12, 2024 2:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_cdxPageSeekKey how to intercept this error
Replies: 18
Views: 769

Re: ButtonBmp problem with FWH2402

... only when both AppIsThemed() and FW_SetUnicode() is set to .T. In all other cases it is working fine. Now we request you to apply the following fix and let us know if everything is working fine. Please open \fwh\source\classes\buttonb.prg Please locate this method METHOD ReDefine( nId, bAction, ...
by richard-service
Thu Mar 07, 2024 8:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp problem with FWH2402
Replies: 25
Views: 5258

Re: ButtonBmp problem with FWH2402

... only when both AppIsThemed() and FW_SetUnicode() is set to .T. In all other cases it is working fine. Now we request you to apply the following fix and let us know if everything is working fine. Please open \fwh\source\classes\buttonb.prg Please locate this method METHOD ReDefine( nId, bAction, ...
by nageswaragunupudi
Thu Mar 07, 2024 8:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp problem with FWH2402
Replies: 25
Views: 5258
Next

Return to advanced search