Hi;
First I create enter a date field in a asp (yymmdd).
Then covent it to a date time field for the crystal report parameter field.
time_str = ",12,00,01)"
temp_array = Split(dd250_date,"/"
temp_date = temp_array(2) & "," & temp_array(0) & "," & temp_array(1)
This results in a date format of
DateTime(2002,6,25,12,00,01)
Then I added this to my call string for this parameter
& "&prompt7=" & CR_date
When crystal viewer comes up it prompts me for the same exact date field in the same format. Does any one have a clue to what i'm doing wrong.
I'm in the dark on this one.
Thanks
Dave
First I create enter a date field in a asp (yymmdd).
Then covent it to a date time field for the crystal report parameter field.
time_str = ",12,00,01)"
temp_array = Split(dd250_date,"/"
temp_date = temp_array(2) & "," & temp_array(0) & "," & temp_array(1)
This results in a date format of
DateTime(2002,6,25,12,00,01)
Then I added this to my call string for this parameter
& "&prompt7=" & CR_date
When crystal viewer comes up it prompts me for the same exact date field in the same format. Does any one have a clue to what i'm doing wrong.
I'm in the dark on this one.
Thanks
Dave