Report with no database? How to....
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
Currently I create a table, and put the data into the table, but I know there is a better way!
Thanks!
Doug
Comments
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++