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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.