Search found 77 matches: fixing

Return to advanced search

Re: Silvo .. changes to your xMate environment

... The sample should be corrected. Replace this: local nRow := 0, nCol := 0, n with: local nRow := 0, nCol And you shold not have any warnings. Fixing the warnings is very important as they can hide serious problem in the code, so I don't recommend to silence them.
by Enrico Maria Giordano
Tue Apr 30, 2024 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Silvo .. changes to your xMate environment
Replies: 26
Views: 292

Re: Mr Rao :SetFilter no funciona

... you for bringing this to our notice. Works well if the Like Expression contains only numbers and alphabets but not chars like -, +, etc. We are fixing this bug and testing now. If the expression does not contain wild-card characters, you may use like this oData:SetFilter("'RF-10392' ...
by nageswaragunupudi
Sat Mar 23, 2024 8:28 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mr Rao :SetFilter no funciona
Replies: 11
Views: 2437

Re: ButtonBmp problem with FWH2402

What is observed till now is that the misbehavior is when FW_SetUnicode( .T. )
Request Mr. Leandro to set FW_SetUnicode( .F. ) and retry
We will work on fixing this problem
by nageswaragunupudi
Thu Mar 07, 2024 5:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp problem with FWH2402
Replies: 25
Views: 5294

Re: prsht.h changes for Borland 64 bits

BTW, the above xHarbour should say Harbour...

Fixing it now :-)
by Antonio Linares
Thu Nov 10, 2022 8:32 pm
 
Forum: Utilities / Utilidades
Topic: prsht.h changes for Borland 64 bits
Replies: 17
Views: 9135

Error log location

... <-TBUTTON:HANDLEEVENT(0) <-_FWH(0) <-SENDMESSAGE(0) <-(b)TWINDOW(0) <-TMDICLIENT:SENDMSG(0) <-TMDICLIENT:CHILDCLOSE(0) Fixing the error is simple, that's not my question, what I want to know is how do I redirect appname.log so that it writes to a folder of my choosing, ...
by rhlawek
Thu Jun 24, 2021 5:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error log location
Replies: 4
Views: 440

Re: DBF to SQL

... thread and sensed it would be easier to distribute. Thanks. I will be jumping back into this tomorrow. Today I must attend to some clients fixing significant errors they created by making a mistake and trying to fix it themselves. Tim
by TimStone
Tue Apr 20, 2021 4:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to SQL
Replies: 14
Views: 1659

Re: OT : Problem with this forum?

... https://i.imgur.com/k1oRTNc.png looking at https://www.phpbb.com/support/docs/en/3.2/kb/article/fixing-incorrect-cookie-settings (link by Silvio) the domain looks incorect, they should be "forums.fivetechsupport.com" ore the cookie is ...
by AntoninoP
Fri Apr 09, 2021 2:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT : Problem with this forum?
Replies: 65
Views: 5039

Re: uCharToVal

... of the text or is preceded by a space character but not any character like "-" or "/". Thanks for pointing out this. We are fixing this in the next version. We suggest this fix for now. \fwh\source\valtostr.prg. static function dAlphaToDate( cDate ) Please locate these lines: ...
by nageswaragunupudi
Tue Apr 07, 2020 8:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: uCharToVal
Replies: 9
Views: 1174

Re: Export To Word

... for using software--to prevent inaccuracies in manually created data and/or reports. If the software generated reports are wrong and the users are fixing them, then the software generated reports should be fixed in the software instead. If there are times when perhaps something like titles need ...
by James Bott
Thu Feb 06, 2020 8:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Export To Word
Replies: 11
Views: 1932

Re: New FWH 19.09

... In addition, the roundbox syntax is made consistent across windows, printer and pdf. We regret the inconvenience caused to you in the process of fixing the bug. We request you to cooperate.
by nageswaragunupudi
Tue Oct 22, 2019 8:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 19.09
Replies: 36
Views: 5815

Re: Ribbon Theme

I found out. You are fixing button's height in the function SetRibbonBarTheme. I commented and it Works!
by vilian
Fri Jun 28, 2019 12:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 28377

Re: strategies

... support system – asking only a fraction of the annual fines assessed by the federal government. In other words, getting paid was dependent on them fixing the program. SCDSS officials declined the offer. Why? Let’s delve into that … According to reporter Tim Smith of The Greenville News, South Carolina ...
by Rick Lipkin
Sun Feb 24, 2019 5:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: strategies
Replies: 34
Views: 8164

Re: Ribbon Theme

... particularly the 2010 version. However, I found that the 2016 stock style is poor replication of the Office 2016 style. This added a lot of work fixing this outside of the class. https://i.postimg.cc/ZKKn79rh/Ribbonbar-Comparisons.png The top image is Word 2016, the middle image ...
by James Bott
Thu Oct 25, 2018 5:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 28377

Re: FWH 1805 - oBrw:SetTree( [<nLevels>] ) -> Automatic Trees

... with DBF. Even then, if the value of the second field in the first record is empty, the results may not be as expected. We are in the process of fixing these issues and also extend this to Mariadb rowset also. For now, you can test it with rowsets by adding a small workaround code:    oBrw:bBookMark ...
by fraxzi
Sat Aug 04, 2018 5:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 1805 - oBrw:SetTree( [<nLevels>] ) -> Automatic Trees
Replies: 15
Views: 3661

Re: FWH 1805 - oBrw:SetTree( [<nLevels>] ) -> Automatic Trees

... with DBF. Even then, if the value of the second field in the first record is empty, the results may not be as expected. We are in the process of fixing these issues and also extend this to Mariadb rowset also. For now, you can test it with rowsets by adding a small workaround code:    oBrw:bBookMark ...
by nageswaragunupudi
Sat Aug 04, 2018 4:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 1805 - oBrw:SetTree( [<nLevels>] ) -> Automatic Trees
Replies: 15
Views: 3661
Next

Return to advanced search