Help - Search - Members - Calendar
Full Version: save preview page and load it again
Fast Reports forum > Fast Reports Products > FastReport 4.0
Delphi Boy
hi
i use this code to save my preview report.
frxReport1.PreviewPages.SaveToFile('c:\new.fp3');

but when in preview page i used open (icon in toolbar) to load that report
it only show a white page.
why?
gordk
it will depend upon where you make this call.
and the code prior to it.
ie
frxreport1.loadfromfile('myreport.fr3');
frxreport1.preparereport;
frxReport1.PreviewPages.SaveToFile('c:\new.fp3');
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2012 Invision Power Services, Inc.