ERROR ON RPREVIEW
- James Bott
- Posts: 4654
- Joined: Fri Nov 18, 2005 4:52 pm
- Location: San Diego, California, USA
- Contact:
Re: ERROR ON RPREVIEW
Silvio,
Get a free copy of WinMerge here: http://winmerge.org/
With that you can compare the FW source code from the working version and the non-working version. This may help you find what is causing the problem.
Another solution may be to use an in-memory temporary DBF instead of an array.
James
Get a free copy of WinMerge here: http://winmerge.org/
With that you can compare the FW source code from the working version and the non-working version. This may help you find what is causing the problem.
Another solution may be to use an in-memory temporary DBF instead of an array.
James
FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10
- Silvio.Falconi
- Posts: 4956
- Joined: Thu Oct 18, 2012 7:17 pm
Re: ERROR ON RPREVIEW
James,
the problem is not on my sources I compiled all with fwh Jannuary 20015 release and it run ok ( the same source code of my applications) I erase only style 2015 from my menu commands
the problem is on other part of source code of fwh changed or a function changed by fw team
Many years ago Antonio changed a function called "line" and this "line" function was used from a Paco Classes ( vtaskbar) I used from many years . After many times of search I founded the error and renamed line to c5line and vtaskbar return to run ok .
For this new problem I convinced there is something of source code of fwh was changed because with jannuary 2015 fwh my application run ok
the problem is not on my sources I compiled all with fwh Jannuary 20015 release and it run ok ( the same source code of my applications) I erase only style 2015 from my menu commands
the problem is on other part of source code of fwh changed or a function changed by fw team
Many years ago Antonio changed a function called "line" and this "line" function was used from a Paco Classes ( vtaskbar) I used from many years . After many times of search I founded the error and renamed line to c5line and vtaskbar return to run ok .
For this new problem I convinced there is something of source code of fwh was changed because with jannuary 2015 fwh my application run ok
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
- Silvio.Falconi
- Posts: 4956
- Joined: Thu Oct 18, 2012 7:17 pm
Re: ERROR ON RPREVIEW
Now On Harbour seem run ok
I reinsert the oldest toolbar instead of ribbonbar class
I'm also searching what was the error on xharbour
I reinsert the oldest toolbar instead of ribbonbar class
I'm also searching what was the error on xharbour
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
- James Bott
- Posts: 4654
- Joined: Fri Nov 18, 2005 4:52 pm
- Location: San Diego, California, USA
- Contact:
Re: ERROR ON RPREVIEW
Silvio,
James
I meant to look at the FWH source code for changes, not yours.the problem is not on my sources
James
FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: ERROR ON RPREVIEW
I already reported a similar problem to Cristobal:
http://forums.fivetechsupport.com/viewt ... 18&t=34018
EMG
http://forums.fivetechsupport.com/viewt ... 18&t=34018
EMG
Re: ERROR ON RPREVIEW
Enrico
Silvio's theme is not the same as the one you comment on
Try to set height of items menus at start of you application
Silvio's theme is not the same as the one you comment on
Try to set height of items menus at start of you application
Code: Select all
Function Main()
local nOldH := GetnHeightItem( 2.075 )
.../...
C. Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
- Silvio.Falconi
- Posts: 4956
- Joined: Thu Oct 18, 2012 7:17 pm
Re: ERROR ON RPREVIEW
Antonio, Cristobal, Daniel and all of Fwteam
Please I thinked is good reinsert oldest Tmenu class and then all modifications on another class we called TMenuEx
because I think there are many errors on tmenu class
Please I thinked is good reinsert oldest Tmenu class and then all modifications on another class we called TMenuEx
because I think there are many errors on tmenu class
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
Re: ERROR ON RPREVIEW
Run OK with Harbour or not run OK?Silvio.Falconi wrote:Now On Harbour seem run ok
I reinsert the oldest toolbar instead of ribbonbar class
I'm also searching what was the error on xharbour
C. Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
- Silvio.Falconi
- Posts: 4956
- Joined: Thu Oct 18, 2012 7:17 pm
Re: ERROR ON RPREVIEW
yes on Harbour seem run ok from yesterday
but with xharbour I have also the same error with My fwh release feb 2017
but with xharbour I have also the same error with My fwh release feb 2017
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
- Silvio.Falconi
- Posts: 4956
- Joined: Thu Oct 18, 2012 7:17 pm
Re: ERROR ON RPREVIEW
Have you found a solution for xharbour ?
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC