README.md
December 4, 2022 ยท View on GitHub
Description
a Crystal Report TTX example
Shows how to create a report using TTX files, that is you dont need to specify a fixed database for your report. It'll be based on a simple TTX file. Using this you can pass an ADO recordset to the report at runtime. This method solves great deal of problems for many crystal programmers who will benefit from the simplicity of intergrating their report with VB. The report will execute even if the database location changes or renamed. Only you hav to do is change the connection from VB.
[supports versions 8 & above.]
Read the step by step tutorial and the official crystal guide to TTX available at http://support.crystaldecisions.com/communityCS/TechnicalPapers/scr8_ttxado.pdf.asp
if you like it,dont hesitate to vote :)
More Info
| Submitted On | 2003-10-04 09:29:04 |
| By | Mur3 |
| Level | Intermediate |
| User Rating | 4.2 (59 globes from 14 users) |
| Compatibility | VB 6.0 |
| Category | Databases/ Data Access/ DAO/ ADO |
| World | Visual Basic |
| Archive File | a_Crystal_1653731042003.zip |