Print Page | Close Window

trigger a crystal report

Printed From: Crystal Reports Book
Category: Crystal Reports 9 through 2022
Forum Name: Technical Questions
Forum Discription: Formulas, charting data, Crystal syntax, etc.
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=628
Printed Date: 04 May 2025 at 1:34pm


Topic: trigger a crystal report
Posted By: bobsn
Subject: trigger a crystal report
Date Posted: 07 May 2007 at 1:40pm

Hello,
   Has anyone done this before? or in other words, is this possible at all?

In a VC++ application there are certain inputs which are entered in intervals of time, not necessarily constant intervals, and for each input, some data is generated and stored in a access database. As soon as the data is stored and before another input is given to the application, a crystal report based off the data in the access database needs to be kicked off. When the next input is given, the data is overwritten and a new report would need to be kicked in a similar fashion.

Not the right forum to be asked, but wanted to see if anyone came across such an issue.

Thanks.




Replies:
Posted By: hilfy
Date Posted: 08 May 2007 at 8:09am
Yes, you can do this but either your VC++ application will have to kick off the report or you'll have to have another application that polls the database on a regular basis and kicks off the report if new data is found.
 
I'm not sure which SDK you'll need to use with VC++ - I do all my work in .NET, but that won't work for your situation.  If Brian doesn't have an answer for this, you can check in the Developer Library on the Business Objects website. (I don't have the link for that on this computer, so I'll try to post it later....)
 
-Dell


-------------
Proviti, Data & Analytics Practice
http://www.protiviti.com/US-en/data-management-advanced-analytics - www.protiviti.com/US-en/data-management-advanced-analytics


Posted By: BrianBischof
Date Posted: 08 May 2007 at 9:57am
I'm not a VC++ guy, so I can't say either. 

-------------
Please support the forum! Tell others by linking to it on your blog or website:<a href="http://www.crystalreportsbook.com/forum/">Crystal Reports Forum</a>


Posted By: hilfy
Date Posted: 08 May 2007 at 12:11pm
The developer library for the various XI versions can be found at http://diamond.businessobjects.com/developer/library - http://diamond.businessobjects.com/developer/library .
 
-Dell


-------------
Proviti, Data & Analytics Practice
http://www.protiviti.com/US-en/data-management-advanced-analytics - www.protiviti.com/US-en/data-management-advanced-analytics



Print Page | Close Window