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!

TTX File Required at Runtime?

Status
Not open for further replies.

mgreer

Programmer
Jan 9, 2001
45
US
Does anyone know if the ttx file is required at runtime? I am wanting to distribute a report that runs off a ttx file, but need to know if I absolutely have to distribute the ttx file also?

thanks for any help.
 
It depends on how you are gonna distribute the report. If you are able to save data within the report you might not need it. But generally a ttx-File generates it´s data content AT runtime, so you will most likely need it as well as a Database-Access.
 
dear
it depends upon the recordset u r binding ur ttx at run-time i have got error when the recordset doesn't return any row so u definitely need this if u r not sure about the recordcoutn of recordset..i think the best way is to create ttx at run-time from the RECORDSET in any folder say c:\windows\temp so u don't need the ttx anymore which r used to desing the report..
Regards
Nouman
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top