PDA

Click to See Complete Forum and Search --> : Setting a Text Box in Crystal Reports at Run Time


mjd
Mar 14th, 2000, 01:44 AM
Allright I have asked several people this question and nobody seems to either understand what I want or are as lost as I am.

I have a stored procedure that returns information from a select statement in order to run a report.

I have 3 parameters going from Crystal Reports to that Stored Procedure. (ClientCode, DateFrom, DateTo)

I want the header of my report to print

Client Name
DateFrom to DateTo

With DateFrom and DateTo being the values I sent to the stored procedure.

Does anyone know how I can do this?

I'm only using that information in the stored procedure for my where statement.

I'm using VB to pass the paramaters to Crystal Reports. Is there a way I could set a text box value that is in CR from Visual Basic?

This is really important as I need to get this report setup no later than tomorrow.


MJD