Report with no database? How to....

edited 1:03AM in FastReport VCL 5
What is the best way to create a Fastreport that is just printing data I have in an AnsiString array? I am using C++ Builder XE7

Currently I create a table, and put the data into the table, but I know there is a better way!

Thanks!
Doug

Comments

  • gordkgordk St.Catherines On. Canada.
    edited May 2015
    create empty variables to use in each memo
    then write code for the ongetvalue event to read the field of the array
    there i8s a delphi print array demo in the demos folder that uses the tfrxuserdataset
    i dont know if there is one for c++

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.