i have input data from MaskEdBox in VB6 and i would like to pass this variable (date) to CR8 to show in my report. i try this code:
CrystalReport1.ParameterFields(1) = "DateFrom;date(" & Format("DD/MM/YYYY" & "true"
is it correct ? help me please
CrystalReport1.ParameterFields(1) = "DateFrom;date(" & Format("DD/MM/YYYY" & "true"
is it correct ? help me please