Search found 2380 matches: fix

Return to advanced search

Re: Silvo .. changes to your xMate environment

... /w0 -wb- /p %2 %3 > comp.log 2> warnings.log This is far from perfect. The recommended switch is /es2, as if it will force you to fix the warnings. /es0 can be a workaround with legacy code, but you should use /es2 with new code.
by Enrico Maria Giordano
Tue Apr 30, 2024 4:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Silvo .. changes to your xMate environment
Replies: 26
Views: 354

xMate prg files show on top

... the project a list op .prg file populate the top of the project manager .. This behavour has never happened before . DOes anyone have a config fix that would keep the .prg filename from populating the top of the project manager ?? Rick Lipkin https://i.postimg.cc/L4DTS70B/x-Mate-Files.jpg
by Rick Lipkin
Mon Apr 29, 2024 5:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xMate prg files show on top
Replies: 2
Views: 88

Re: BCC770 and uuid.lib can not find using xMate

Silvo

Use this Bcc32.cfg file to fix the li8n xMate compile error ..

Code: Select all  Expand view

-I@\..\include\windows\crtl;@\..\include\windows\sdk;@\..\include\dinkumware
-O
-O1
-OS
-Ob
-Oc
-Ov
-c
-d
-g0
-k-
-v-
-w
-w!
-w-inl
-w-pro
 
by Rick Lipkin
Mon Apr 29, 2024 4:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BCC770 and uuid.lib can not find using xMate
Replies: 5
Views: 146

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

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: 1
Views: 538

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

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

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

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

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

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

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

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

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

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: 855
Next

Return to advanced search