Hi,

Instead of parameter, display dialog form with text box for user interface, and then pass the value to "parameter" Or "formulas" to crystal report.

Formula Eg.
CrystalReport1.Formulas(0) = "MyFormula = '" & text1.text & "'"

yours friendly,
K.Babu

Originally posted by Cyrus
I created a parameter passing in crystal reports so user can enter what records need to be printed i.e idnumber, is there a way to capture the parameter passed to a textbox.
10x
cyrus