ERROR ON RPREVIEW
- James Bott
- Posts: 4840
- 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: 7184
- Joined: Thu Oct 18, 2012 7:17 pm
- Been thanked: 9 times
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
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
- Silvio.Falconi
- Posts: 7184
- Joined: Thu Oct 18, 2012 7:17 pm
- Been thanked: 9 times
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
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
- James Bott
- Posts: 4840
- Joined: Fri Nov 18, 2005 4:52 pm
- Location: San Diego, California, USA
- Contact:
Re: ERROR ON RPREVIEW
Silvio,
I meant to look at the FWH source code for changes, not yours.
James
the problem is not on my sources
I meant to look at the FWH source code for changes, not yours.
James
FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10
- Enrico Maria Giordano
- Posts: 8769
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Has thanked: 1 time
- Been thanked: 6 times
- Contact:
Re: ERROR ON RPREVIEW
I already reported a similar problem to Cristobal:
http://forums.fivetechsupport.com/viewtopic.php?f=18&t=34018
EMG
http://forums.fivetechsupport.com/viewtopic.php?f=18&t=34018
EMG
- cnavarro
- Posts: 6568
- Joined: Wed Feb 15, 2012 8:25 pm
- Location: España
- Has thanked: 4 times
- Been thanked: 5 times
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 | Expand
Function Main()
local nOldH := GetnHeightItem( 2.075 )
.../...
Cristobal Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
- Enrico Maria Giordano
- Posts: 8769
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Has thanked: 1 time
- Been thanked: 6 times
- Contact:
- Silvio.Falconi
- Posts: 7184
- Joined: Thu Oct 18, 2012 7:17 pm
- Been thanked: 9 times
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
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
- cnavarro
- Posts: 6568
- Joined: Wed Feb 15, 2012 8:25 pm
- Location: España
- Has thanked: 4 times
- Been thanked: 5 times
Re: ERROR ON RPREVIEW
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
Run OK with Harbour or not run OK?
Cristobal Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
- Silvio.Falconi
- Posts: 7184
- Joined: Thu Oct 18, 2012 7:17 pm
- Been thanked: 9 times
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
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
- Silvio.Falconi
- Posts: 7184
- Joined: Thu Oct 18, 2012 7:17 pm
- Been thanked: 9 times
Re: ERROR ON RPREVIEW
Have you found a solution for xharbour ?
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com