FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Problem in rpreview (FWH 15.05) - solved
Posts: 1467
Joined: Mon Oct 10, 2005 11:26 AM

Problem in rpreview (FWH 15.05) - solved

Posted: Thu Jun 11, 2015 07:49 AM
Hello,

I have several printer installed on my PC or network.
In preview, if I change to another printer using the button in the buttonbar, I got this error message :

Anyone any idea what is wrong?

This error does NOT occur in FWH 15.04

Thanks a lot in advance.

Regards,

Michel D.
Genk (Belgium)


_____________________________________________________________________________________________

I use : FiveWin for (x)Harbour v. 25.12 - Harbour 3.2.0 (May 2025) - xHarbour Builder (January 2020) - Bcc773

Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Re: Problem in rpreview (FWH 15.05)

Posted: Thu Jun 11, 2015 08:20 AM

Michel,

We are reviewing it, thanks

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Re: Problem in rpreview (FWH 15.05)

Posted: Thu Jun 11, 2015 08:41 AM

Michel,

This method is missing from menu.prg

METHOD UnCheckAll() INLINE AEval( ::aItems, { | oItem | oItem:SetCheck( .F. ) } )

With the recent changes we missed it.

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1467
Joined: Mon Oct 10, 2005 11:26 AM

Re: Problem in rpreview (FWH 15.05)

Posted: Thu Jun 11, 2015 12:31 PM

Antonio,

Thanks a lot. Problem solved.

I presume it will be corrected in the next FWH.

Regards,

Michel D.
Genk (Belgium)


_____________________________________________________________________________________________

I use : FiveWin for (x)Harbour v. 25.12 - Harbour 3.2.0 (May 2025) - xHarbour Builder (January 2020) - Bcc773

Continue the discussion