How to load *.fpx and Print it.
It's Ok Now
Dear AlexTZ:
I want to save the preview to *.fpx.and when I reprint I wan't to load *.fpx to print, How to do that?
Dear AlexTZ:
I want to save the preview to *.fpx.and when I reprint I wan't to load *.fpx to print, How to do that?
Comments
preview1.Load("C:\\Documents and Settings\\lucky\\desktop\\x.fpx");
FReport.Prepare();
FReport.ShowPrepared();
the report flash and then disappeared,and can not print.
but use toolbars it worked well.
and use Viewer.exe can't open *.fpx file.
when double click *.fpx then can open it,and now use toolbar to open *.fpx it worked.
why?
FReport.Preview = preview1;
preview1.Report.LoadPrepared("C:\\Documents and Settings\\liulimin\\æ¡Œé¢\\x.fpx");
FReport.ShowPrepared();