Hi
Currently in my program I am using TTx method to pass recordset to the crystal rpt. But this method has a drawback that when I have to add a new field to the rpt, first we have to add it to the sql statement in the program so that the recordset when passed should have the field and value asscoiated with it.
Lot of our customers want to customize their rpts, is their a effecient way I can have them customize rpts without making a subsequent change in the program.
I thought of having the crystal use the DB connection and linking up the tables in crystal itself. But this way long time to get the data.
any ideas
Currently in my program I am using TTx method to pass recordset to the crystal rpt. But this method has a drawback that when I have to add a new field to the rpt, first we have to add it to the sql statement in the program so that the recordset when passed should have the field and value asscoiated with it.
Lot of our customers want to customize their rpts, is their a effecient way I can have them customize rpts without making a subsequent change in the program.
I thought of having the crystal use the DB connection and linking up the tables in crystal itself. But this way long time to get the data.
any ideas