FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour How to change Preview Report Focus not background
Posts: 866
Joined: Tue Oct 16, 2007 08:57 AM
How to change Preview Report Focus not background
Posted: Tue Sep 11, 2012 07:38 AM
Hi
When I preview report, preview window(rpreview or FastReport) alwayse background not Focus.
How to do it?
Thanks a lot.

Best Regards,



Richard



Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 32bit

MySQL v8.0

Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 64bit
Posts: 2706
Joined: Fri Oct 07, 2005 01:50 PM
Re: How to change Preview Report Focus not background
Posted: Tue Sep 11, 2012 12:35 PM
Richard

Add PREVIEW MODAL to your Report code .. this will allow the report to stay in focus because it is MODAL.

Code (fw): Select all Collapse
PRINTER oPRINT FROM USER                ;
      PREVIEW MODAL                          ;


Rick
Posts: 866
Joined: Tue Oct 16, 2007 08:57 AM
Re: How to change Preview Report Focus not background
Posted: Tue Sep 11, 2012 02:59 PM
Rick Lipkin wrote:Richard

Add PREVIEW MODAL to your Report code .. this will allow the report to stay in focus because it is MODAL.

Code (fw): Select all Collapse
PRINTER oPRINT FROM USER                ;
      PREVIEW MODAL                          ;


Rick

Thank you. It works.
Best Regards,



Richard



Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 32bit

MySQL v8.0

Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 64bit

Continue the discussion