Passing paramaters to Crystal 5 from VB using Report Engine API 
Author Message
 Passing paramaters to Crystal 5 from VB using Report Engine API

Hi,
    I am trying to pass some parameters to be used in headings from VB 5.0
to Crsytal Reports 6.0. I am using Report Engine API, and am able to use it
OK. How do I do that? Help please.
Monty


Fri, 02 Feb 2001 03:00:00 GMT  
 Passing paramaters to Crystal 5 from VB using Report Engine API
Monty,
     If you want to pass text to the report, make a formula field in the report
- with no formula.  In VB5 pass what you to display to the formula.  This
should work.

Tim Reed



Mon, 05 Feb 2001 03:00:00 GMT  
 Passing paramaters to Crystal 5 from VB using Report Engine API
try this, where the first parameter is the formula name, the second the
value

PESetFormula m_JobNum, "CoName", "'" & g_CoName & "'"

Quote:

>Hi,
>    I am trying to pass some parameters to be used in headings from VB 5.0
>to Crsytal Reports 6.0. I am using Report Engine API, and am able to use it
>OK. How do I do that? Help please.
>Monty



Mon, 05 Feb 2001 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Creating Dynamic Reports - Using Crystal Reports Engine

2. VB and Crystal Report Zoom paramater

3. How do you pass Database Location to Crystal Reports (W/O print engine)

4. Crystal Report 7 ActiveX (craxdrt.dll) vs Crystal Report Engine (CPEAUTO.dll)

5. When has Crystal finished printing (Api, report engine?)

6. crystal newbie - paramater passing

7. Printing Crystal Reports without Crystal Control ActiveX or Crystal Reports API call

8. Using Crystal reports with Access 2.5 JET Engine

9. Problem using Seagate Crystal Report Automation Engine 7.0

10. Using the Crystal Reports Print Engine as a dll call

11. Using Crystal Report Engine with OCX

12. Q: Pass a SQL query from VB to crystal report sub-report

 

 
Powered by phpBB® Forum Software