Hi,
I would like to pass on a parameter from VB6 for the date.value from datepicker.
Pl help me how to convert date.value into string as the parameter I have created in
Crystal Report is string type. The parameter name in Crystal Report is chdate.
I wrote the code as under but it did not work
Dim a as string
Dim b as date
b=dt1.value
a=Cstr(b)
So pl help me.
(Kehar)