The error is "invalid parameter"
I'm thinking now I might have my parameter field indexes messed up. is there any way to find out the exact index of a parameter (i know it's based on when they parameter was created)...?
Do I need to do anything special for this? I keep getting parameter errors when I try this code...
the two date parameters are set as dates in crystal.
Private Sub Command1_Click()
Dim sd, ed As Date
Dim sp As String
Dim cr As CrystalReport
If sales_person_combo.Text = "" Then...
when I try .EnableParameterPrompting = False there is an error that it can not find the method. Is it possibly that I'm missing a .dll file? when I run depends.exe on the file I recieve this list:
CRPE32.DLL
OLEPRO32.DLL
VERSION.DLL
KERNEL32.DLL
USER32.DLL
OLE32.DLL
ADVAPI32.DLL
OLEAUT32.DLL...
no subreports. par is a string. it's odd when i use
.ParameterFields(0) = "par;" & test & ";true"
it doesn't even show my entered text in the crystal parameter box, but when I use
.ParameterFields(0) = "par;" & test & ";false"
it does show my entered text in the parameter prompt box. I'm not...
I'm trying to pass variable from visual basic over to a crystal report parameter and that works fine, unfortunetly as soon as the report loads I am prompted to enter the variable again in the "Enter parameter fields" box. Is there anyway I can disable the parameter field box?
I am using...
I'm having an issue where whenever I insert a tape into the storageworks drive it reads the tape for aprox 30 seconds. Then as soon as it's finished reading the tape, it ejects the tape. I think this is more of a tape issue since i've stopped all the backup exec services and still get the same...
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.