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

How to assign ttx dynamically?

Status
Not open for further replies.

krishna

Programmer
Mar 30, 2000
121
IN
Hi

I am using a VB Program to generate ttx. I would like to assign this ttx to a report from my VB program. Is it possible with RDC?

Thanx in adavance

Regards
Krishna Kumar
 
Do you mean at runtime? TTX files are not used at runtime. Ken Hamady, On-site Custom Crystal Reports Training & Consulting
Public classes and individual training.
Expert's Guide to Formulas / Guide to Crystal in VB
- tek@kenhamady.com
 
Hi Ken

Yes. In that way I can avoid one more step in the report design process. Otherwise I would have to use database expert and create a new connection. If I can do this program from where I generate ttx file from Stored Procedure, I could save some more time..

Regards
krishna Kumar
 
I am not sure I follow.
At the time you want to do this, does the report (RPT/DSR) already exist? If so, what data source does it have? Ken Hamady, On-site Custom Crystal Reports Training & Consulting
Public classes and individual training.
Expert's Guide to Formulas / Guide to Crystal in VB
- tek@kenhamady.com
 
Hi Ken

I have a blank report and use the Save As method of report object in the RDC. I would like to set the datasource of this blnak report to the newly created ttx and use the save as method.

Regards
Krishna Kumar
 
I think I understad what you are trying to do. Unfortunately I can find no way to do it. Ken Hamady, On-site Custom Crystal Reports Training & Consulting
Public classes and individual training.
Expert's Guide to Formulas / Guide to Crystal in VB
- tek@kenhamady.com
 
Hi Ken

Is there any other way I can acheive this?

Regards
Krishna Kumar
 
Not that I am aware of. Ken Hamady, On-site Custom Crystal Reports Training & Consulting
Public classes and individual training.
Expert's Guide to Formulas / Guide to Crystal in VB
- tek@kenhamady.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top