Create or design own Preview Form using Fortes report

In my last blog I have explained how to design Label reports by using Fortes Report and its components. In this blog I will show you how to design our own preview form using TRLPreview component that we can use to show saved report files in .rpf format. And for more detail about Fortes Report please visit Fortes Report and Components . So now lets design Preview form with Fortes Report components. 1. First create a project and add a form to the project lets say Unit1 (Form1). 2. Add TRLPreview component to the form and set Align=alClient. And set following properties RLPreview1: TRLPreview Left = 0 Top = 22 Width = 866 Height = 488 HorzScrollBar.Tracking = True VertScrollBar.Tracking = True Align = alClient TabOrder = 0 3. Add TToolbar component and set following properties. Here I have not used any Timagelist to show images in buttons but we can use. ToolBar1: TToolBar Lef...