Custom Preview cannot work?
I use frxPreview with frxReport component.
frxReport1.Clear;
frxReport1.LoadFromFile('filename.fr3');
frxReport1.Preview := Form2.frxPreview1;
frxReport1.ShowReport;
Run, but no preview windows prompt.
Why?
My PC environment as following:
1.Windows 2000 Professional
2.Delphi 5 Ent
3.FR3 Pro
frxReport1.Clear;
frxReport1.LoadFromFile('filename.fr3');
frxReport1.Preview := Form2.frxPreview1;
frxReport1.ShowReport;
Run, but no preview windows prompt.
Why?
My PC environment as following:
1.Windows 2000 Professional
2.Delphi 5 Ent
3.FR3 Pro
Comments