Unbound Reports?
Hello All,
I looked through this forum for an answer to my question, but I didn't find anything. Please accept my apologies if i missed it.
I have a C++ Builder 6 application that reads bank statements and check images from many different data sources. I need a way to create a formatted report of this data. Using the bound data controls will not work because the data is in multiple databases, tables, and formats. Is there a way to use FR to produce a report programmatically from data arrays, lists, etc.? I'm also new to the reporting area so an example of this would be a real life saver.
Thanks,
-S
I looked through this forum for an answer to my question, but I didn't find anything. Please accept my apologies if i missed it.
I have a C++ Builder 6 application that reads bank statements and check images from many different data sources. I need a way to create a formatted report of this data. Using the bound data controls will not work because the data is in multiple databases, tables, and formats. Is there a way to use FR to produce a report programmatically from data arrays, lists, etc.? I'm also new to the reporting area so an example of this would be a real life saver.
Thanks,
-S
Comments
take a look in the fast-reports.public.binaries news group
there is a demo there for printing string lists for a good example of controling
the userdataset.
Dont let the names of Bands fool you, bands are just place holders on design pages which control formatting of out page(s) think of them as data of level 1, data of level2 and so on, and can be connected to either of the Frdatasets or a virtual n recordcount. the actual data is picked up in the datafields entered in the memo(text object) which can be table/query data fields, variables, or complex expressions of functions or a combo of all of the above.
Thanks for the reply. I got the sample.
Are there any samples for c++? It doesn't seem like it's very popular with FR.
Thanks Again,
-S