Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

URGENT: Unbound Fields and ADO Object?

Status
Not open for further replies.

erinallen

Programmer
May 13, 2002
66
US
I am creating an application that takes information from a user to build a "template" rpt file. At this point I know what fields, and what order the user wants them. I used unbound fields to create the template rpt file.

Later, another user runs the template rpt to produce a letter with the data in it.

How do I get the data (in ADO, but its active data compiled from multiple database calls) into the report?

Do I have to create a data definition file with the template? How do I do this and join it to my template rpt? The Template RPT is a modified copy of another style rpt file created before the application runs.

 
I'm creating the rpt during runtime, how do I associated a ttx file to a newly created rpt file at runtime?
 
I took a look at the KB, but it doesn't really help.

I can't use the CreateReportOnRuntimeDS() function because I already have an rpt file created that just needs to be filled in with the data fields the user selected for the report.
 
plz how could u creat a report at run time?
i try to use createreportonruntimeds() function but it always return 0
plz replay if u know any thing can help me...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top