Search found 178 matches: correction

Return to advanced search

Re: Question about performance RowSet

... 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, aStruct ) CLASS TArrayData Please ...
by Eroni
Fri Mar 22, 2024 12:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4032

Re: Question about performance RowSet

... 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, aStruct ) CLASS TArrayData Please ...
by nageswaragunupudi
Thu Mar 21, 2024 10:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4032

Re: A Call for New Ideas and Web Integration

... there are days without new posts. What happens then: You stop checking the forum regularly. It's actually the beginning of the end. Only a small correction: you do not have to check the forum regularly yourself, just activate the forum notifications. It's clear, we are now all experienced FIVEWINNERS, ...
by Enrico Maria Giordano
Mon Dec 11, 2023 9:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Call for New Ideas and Web Integration
Replies: 7
Views: 741

Re: cGetFile()

You don't have to apologies. On the contrary, thanks for the correction.
by Enrico Maria Giordano
Sat Sep 16, 2023 10:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: cGetFile()
Replies: 10
Views: 689

Re: problem with report to excel

Will you please make this correction in report.prg? Please locate the string '=SUBTOTAL(9,' and substitute it with '=SOUS.TOTAL(9;' We would be glad if you can let us know if this modification works for French installation of Excel. I ...
by bart
Fri Sep 01, 2023 1:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with report to excel
Replies: 18
Views: 3376

Re: Richedit

hi, correction : do NOT use Option HSCROLL i have test it using c:\fwh\samples\FWEXPLOR.PRG   @ oWnd:oBar:nHeight, nWBrw RICHEDIT5 oRTF VAR cRTF OF oWnd ;        SIZE oWnd:nWidth - ( nWBrw + 18 ), oBrw:nHeight*1.82 PIXEL ...
by Jimmy
Sat Jan 21, 2023 10:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Richedit
Replies: 3
Views: 304

Re: Corrector ortográfico

Thanks, but that's how it works for me, the correction screens already work out fine when they start using it.
by Garbi
Fri Jan 20, 2023 4:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Corrector ortográfico
Replies: 3
Views: 430

Re: Spell CHecker

Dear Tim,

When I type in an error, it shows the line underneath the mispelled word but there is no dictionary or spelling correction offered.


Have you tried to left click on such line ?
by Antonio Linares
Tue Nov 16, 2021 8:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Spell CHecker
Replies: 15
Views: 1991

Re: Spell CHecker

... displays to "set". When I type in an error, it shows the line underneath the mispelled word but there is no dictionary or spelling correction offered. You mentioned using an .RTF file. In the past, RichEdit was supposed to work with MEMO ( .FPT ) fields but I never was successful ...
by TimStone
Mon Nov 15, 2021 11:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Spell CHecker
Replies: 15
Views: 1991

Re: Finding XBrowse current record

... a bug, then how can I get the CUSTNO of the currently selected record? There is no bug at all either in xbrowse or tdatabase. Hence, no need for correction. Please re-check your program. If we see your source code, we can advise you where the bug is. Here is the problem: // This always shows ...
by nageswaragunupudi
Sun Jul 04, 2021 11:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Finding XBrowse current record
Replies: 11
Views: 1390

Re: how to ?

so easy ?!?

woooowwwww

correction:
thanks Mr. Carles

anyway the preview of the print is showed 8)
i want to print directaly (like a POS)

Thanks anyway mr. Carles, really appreciate your help :D

Daniele
by fdaniele
Fri Jul 10, 2020 7:49 am
 
Forum: mod_harbour
Topic: how to ?
Replies: 9
Views: 1556

Re: uCharToVal returns "01/01/2020" as 20/09/0090

The bug is fixed in version FWH2005 to be released. You can make this correction and test. In the module \fwh\source\function\valtostr.prg: please replace the existing static function dCharToDate( cDate ) with the following revised function: static function ...
by nageswaragunupudi
Fri May 08, 2020 1:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: uCharToVal returns "01/01/2020" as 20/09/0090
Replies: 4
Views: 968

Re: Mr. Nages please: HARU PDF Bugs/Extensions

As workaround in fwpdf.prg i make this correction: ....DEFAULT nWidth :=  0....   DO CASE   CASE nPad == NIL .OR. nPad == HPDF_TALIGN_LEFT //.OR. Empty( nWidth )   //removed.... and now is functioning. But this is not correct code, as nWidth ...
by nageswaragunupudi
Tue Mar 03, 2020 10:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Nages please: HARU PDF Bugs/Extensions
Replies: 21
Views: 5563

Re: Mr. Nages please: HARU PDF Bugs/Extensions

As workaround in fwpdf.prg i make this correction:
Code: Select all  Expand view

....
DEFAULT nWidth :=  0
....  
DO CASE
   CASE nPad == NIL .OR. nPad == HPDF_TALIGN_LEFT //.OR. Empty( nWidth )   //removed
....

and now is functioning.
But this is not correct code, as nWidth is not respected as in printer.prg!!!!
by byte-one
Mon Mar 02, 2020 4:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Nages please: HARU PDF Bugs/Extensions
Replies: 21
Views: 5563

Re: CenterMsgs()

If on start of the app CenterMsgs() are using, then freezes the programm after call a msgrun() with title! Please make the following correction to fwh\source\function\msgrun.prg: Please locate the following lines in the function msgrun(...) lines 25 to 34     IF cTitle == NIL  ...
by nageswaragunupudi
Mon Dec 23, 2019 7:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CenterMsgs()
Replies: 2
Views: 861
Next

Return to advanced search