I have a project that allows the users to specify what goes on a
report. Once I get the information from the user I take a copy of a
predefined style (rpt file created in design mode) and create a
template rpt file. Its not until I create the copy of the style into
a template rpt that I know what data I need to put on the report.
The data that goes with the template is from multiple databases and is
saved in VB in an ADO object.
Now, how do I get that ADO object data into the template?
1. Unbound fields don't seem to work with an ADO Object that is
disconnected.
2. I can't get code to work that assigns a new ttx file to the
template report.
Either 1 or 2 will work for me, I just need to figure out how I can do
them, if I can at all.