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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How can you export dynamically formatted report?

Status
Not open for further replies.

VBPayne

Programmer
Nov 7, 2001
3
US
I am using the CR8.5 (developer ed.) RDC w/VB6. Every report in the application is defined using Active Data Field Definations and a recordset object is passed during execution. Most of the reports have some form of dynamic formatting defined in the sectionX_format event handler(s).

From searching though the CR KB it appears that these events are only fired when the report is routed to the screen or a printer, not when exported. Is there way to export a report AND have these event handlers fire? Some of the report a basically form letters, but the content changes based on the data retrieved. When export the only things that show are the static fields placed on the report.

Thanks for any help.........
Alan Payne
apayne@defcon-hq.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top