ERROR ON RPREVIEW

Re: ERROR ON RPREVIEW

Postby James Bott » Wed Jul 19, 2017 2: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
User avatar
James Bott
 
Posts: 4840
Joined: Fri Nov 18, 2005 4:52 pm
Location: San Diego, California, USA

Re: ERROR ON RPREVIEW

Postby Silvio.Falconi » Wed Jul 19, 2017 6: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 November 2023 - January 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
User avatar
Silvio.Falconi
 
Posts: 6716
Joined: Thu Oct 18, 2012 7:17 pm

Re: ERROR ON RPREVIEW

Postby Silvio.Falconi » Wed Jul 19, 2017 7: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 November 2023 - January 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
User avatar
Silvio.Falconi
 
Posts: 6716
Joined: Thu Oct 18, 2012 7:17 pm

Re: ERROR ON RPREVIEW

Postby James Bott » 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
User avatar
James Bott
 
Posts: 4840
Joined: Fri Nov 18, 2005 4:52 pm
Location: San Diego, California, USA


Re: ERROR ON RPREVIEW

Postby cnavarro » 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: Select all  Expand view


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
User avatar
cnavarro
 
Posts: 6498
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: ERROR ON RPREVIEW

Postby Enrico Maria Giordano » Thu Jul 20, 2017 12:27 pm

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

EMG
User avatar
Enrico Maria Giordano
 
Posts: 8243
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia

Re: ERROR ON RPREVIEW

Postby Silvio.Falconi » Thu Jul 20, 2017 5: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 November 2023 - January 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
User avatar
Silvio.Falconi
 
Posts: 6716
Joined: Thu Oct 18, 2012 7:17 pm

Re: ERROR ON RPREVIEW

Postby cnavarro » Thu Jul 20, 2017 5: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
User avatar
cnavarro
 
Posts: 6498
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: ERROR ON RPREVIEW

Postby Silvio.Falconi » Thu Jul 20, 2017 6: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 November 2023 - January 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
User avatar
Silvio.Falconi
 
Posts: 6716
Joined: Thu Oct 18, 2012 7:17 pm

Re: ERROR ON RPREVIEW

Postby Silvio.Falconi » Fri Jul 28, 2017 5: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 November 2023 - January 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
User avatar
Silvio.Falconi
 
Posts: 6716
Joined: Thu Oct 18, 2012 7:17 pm

Previous

Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: Google [Bot] and 13 guests