FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour ERROR ON RPREVIEW
Posts: 4840
Joined: Fri Nov 18, 2005 04:52 PM
Re: ERROR ON RPREVIEW
Posted: Wed Jul 19, 2017 02:37 PM

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

FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Re: ERROR ON RPREVIEW
Posted: Wed Jul 19, 2017 06:19 PM
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
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
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Re: ERROR ON RPREVIEW
Posted: Wed Jul 19, 2017 07:10 PM
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
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
Posts: 4840
Joined: Fri Nov 18, 2005 04:52 PM
Re: ERROR ON RPREVIEW
Posted: Wed Jul 19, 2017 10:51 PM
Silvio,

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
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM
Re: ERROR ON RPREVIEW
Posted: Thu Jul 20, 2017 11:15 AM
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
Code (fw): Select all Collapse
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
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: ERROR ON RPREVIEW
Posted: Thu Jul 20, 2017 12:27 PM

Yes, that's why I said "similar". :-)

EMG

Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Re: ERROR ON RPREVIEW
Posted: Thu Jul 20, 2017 05:19 PM
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
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
Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM
Re: ERROR ON RPREVIEW
Posted: Thu Jul 20, 2017 05:39 PM
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
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Re: ERROR ON RPREVIEW
Posted: Thu Jul 20, 2017 06:07 PM

yes on Harbour seem run ok from yesterday
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
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Re: ERROR ON RPREVIEW
Posted: Fri Jul 28, 2017 05:12 PM

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

Continue the discussion