Please advise me how to pass Date to Parameter Field. I used CRDepoziti.ParameterFields(0) = "datum;Date(2002,24,03);TRUE", but it doesn't work. I have a message "Subcript out of range". datum is my parameter and CRDepoziti CR Designer
Which integration method are you using? faq149-237 Ken Hamady, On-site Custom Crystal Reports Training & Consulting
Public classes and individual training.
Guide to using Crystal in VB
OCX (Crystal32.ocx) or
RDC (CraxDrt.dll/CraxDui.dll)
Ken Hamady, On-site Custom Crystal Reports Training & Consulting
Public classes and individual training.
Guide to using Crystal in VB
The problem is that you are using the OCX syntax. You want to use a command like AddDefaultValue or AddCurrentValue, and an index that starts with 1, based on how many parameters you have in the report.
Ken Hamady, On-site Custom Crystal Reports Training & Consulting
Public classes and individual training.
Guide to using Crystal in VB
The syntax looks correct.
Is there only one parameter?
Ken Hamady, On-site Custom Crystal Reports Training & Consulting
Public classes and individual training.
Guide to using Crystal in VB
Is your prompt set to accept a date or a datetime? Check the data type. Ken Hamady, On-site Custom Crystal Reports Training & Consulting
Public classes and individual training.
Guide to using Crystal in VB
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.