How to change Preview Report Focus not background

How to change Preview Report Focus not background

Postby richard-service » Tue Sep 11, 2012 7:38 am

Hi
When I preview report, preview window(rpreview or FastReport) alwayse background not Focus.
How to do it?
Thanks a lot.

Image
Best Regards,

Richard

Harbour 3.2.0dev (r2402101027) => Borland C++ v7.7 32bit
MySQL v5.7 /ADS v10
Harbour 3.2.0dev (r2011030937) => Borland C++ v7.4 64bit
User avatar
richard-service
 
Posts: 772
Joined: Tue Oct 16, 2007 8:57 am
Location: New Taipei City, Taiwan

Re: How to change Preview Report Focus not background

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

PRINTER oPRINT FROM USER                ;
      PREVIEW MODAL                          ;
 


Rick
User avatar
Rick Lipkin
 
Posts: 2634
Joined: Fri Oct 07, 2005 1:50 pm
Location: Columbia, South Carolina USA

Re: How to change Preview Report Focus not background

Postby richard-service » Tue Sep 11, 2012 2: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: Select all  Expand view

PRINTER oPRINT FROM USER                ;
      PREVIEW MODAL                          ;
 


Rick

Thank you. It works.
Best Regards,

Richard

Harbour 3.2.0dev (r2402101027) => Borland C++ v7.7 32bit
MySQL v5.7 /ADS v10
Harbour 3.2.0dev (r2011030937) => Borland C++ v7.4 64bit
User avatar
richard-service
 
Posts: 772
Joined: Tue Oct 16, 2007 8:57 am
Location: New Taipei City, Taiwan


Return to FiveWin for Harbour/xHarbour

Who is online

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