Is it possible to write a formula to retrieve date values passed into a date field via VB program?(builds the Crystal SQL statement) That is, a programmer calls my report via his program which prompts a user to enter in a date range (Start date and End date). These values are passed onto the appropriate date field.
(Example field: Customer.QueryDate)
Is it possible to pick up the dates entered and passed to Customer.QueryDate so that they can be printed on the report? (Showing the user what date ranges where entered) FROM:__ / __ /__ TO: ___ / ___ /___
Using minimum(Customer.QueryDate) and maximum(Customer.QueryDate) over the field is not good enough as the report must display the dates that were entered by the user.
I have successfully written reports where I've created parameters for date fields and printed those values (IE Date Ranges on the report) but in this situation I haven’t got a parameter to work with.
I hope I've explained myself...
Thanks in advance.
(Example field: Customer.QueryDate)
Is it possible to pick up the dates entered and passed to Customer.QueryDate so that they can be printed on the report? (Showing the user what date ranges where entered) FROM:__ / __ /__ TO: ___ / ___ /___
Using minimum(Customer.QueryDate) and maximum(Customer.QueryDate) over the field is not good enough as the report must display the dates that were entered by the user.
I have successfully written reports where I've created parameters for date fields and printed those values (IE Date Ranges on the report) but in this situation I haven’t got a parameter to work with.
I hope I've explained myself...
Thanks in advance.