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

CR9 Dev and ActiveDataDefinition

Status
Not open for further replies.

cmgrn

Programmer
Nov 28, 2001
43
US
I am using VB6 and CR9Dev. I create my reports outside VB6 using CR9Dev and save them as .RPT files in a shared folder on our network. In VB6 I use RDC and the viewer to review a report and/or print it. My problem is that this works great on my machine but not on others. I see references made in forums to designing reports using ActiveDataDefinitions but am unable to find that option in CR9Dev. Is ADD available in CR9Dev RDC or has it been replaced by something else that I may be overlooking? Thanx.
 
I assume you're talking about using .ttx files (Field Definition Files). If you upgraded your application from CR 8.5 or earlier, the 'old' .dll was P2SMON.DLL. The 'new' .dll that you need to deploy for CR 9 apps to use .ttx files is crdb_fielddef.dll.

Since you have the Dev. version, have a look at the Runtime.chm file for a list of dependencies and their locations.

-dave
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top