Displaying TfrxMemoView in columns
I have very long and narrow text value for either TfrxMemoView or TfrxRichView. In one column display it takes about 6 pages to display whole text. What I'am trying to do is display this text and only this text in two columns. Rest of report should be display without any column layout.
I tried using Column field in TfrxMasterData or TfrxSubreport, but it didn't work the same way as Column field in TfrxReportPage.
Thank you in advance for any solution.
I tried using Column field in TfrxMasterData or TfrxSubreport, but it didn't work the same way as Column field in TfrxReportPage.
Thank you in advance for any solution.
Comments
read the user manual on using the engine object.
I think solution for this would be dynamically creating calculated amount of TfrxMemoView objects and flowing them in right order with help of flowTo property, but if there is simpler way then please let me know.