Report with variable data source
I have two different query components, with the same data structure. I need to build a report that uses the right query according to the grid selected on MainForm. eg. fields like [MainForm.QueryList1."RecNo"] OR [MainForm.QueryList2."RecNo"].
How do I do that?
OR
I have a Query component called QueryToUse, which is az runtime delphi componenet, that points dinamically to the right query. How can I use this component in my reports?
D?¤nke in advance!
Eddie
How do I do that?
OR
I have a Query component called QueryToUse, which is az runtime delphi componenet, that points dinamically to the right query. How can I use this component in my reports?
D?¤nke in advance!
Eddie
Comments
or point the frdbdatset to a different query.
in either case when you load report you will probably have to write code to modify contents of memos in the databands, using the find object method. or at least clear the one's where the field is not available,