[RESOLVED] Pass a parameter to Crystal from VB.net
I have a VB,net windows form with 2 search fields.
1st field me.text1.text
2nd field me.text2.text
My Crsytal report has to parameters for the report
CMHID
NoteDate
I have a button set to open another windows form with a crystal report viewer placed on this form. The viewer has my report selected as the record source in the properties.
I want to pass the contents of text1.text to the crystal report parameter CPMHID
and Pass the the contents of text2.text to the crystal report parameter NoteDate.
when the report opens without hacing to prompt for parameters. :afrog:
Re: Pass a parameter to Crystal from VB.net
Found resolution on Vb.net group, but now, I need to be able to stop the prompt for new parameters from appearing