Hi, im trying to set a cr7 parameter from vb6.this is the code i have used.
CrystalReport1.ParameterFields(1) = "TWC"
I tried using
'CrystalReport1.ParameterFields(1).AddCurrentValue (txtTarName)
but upon adding the .addcurrentvalue this did not appear as an auto complete infact nothing did which leeds me to think maybe cr7 has not installed a component which i need?
the error i receive is run time "invalid parameter feild "
but it does exist in CR and exicutes the code until it reaches CrystalReport1.Action = 1 if i wave the mouse over this i get CrystalReport1.Action = 1 = <property is write only> any ideas? thanks
CrystalReport1.ParameterFields(1) = "TWC"
I tried using
'CrystalReport1.ParameterFields(1).AddCurrentValue (txtTarName)
but upon adding the .addcurrentvalue this did not appear as an auto complete infact nothing did which leeds me to think maybe cr7 has not installed a component which i need?
the error i receive is run time "invalid parameter feild "
but it does exist in CR and exicutes the code until it reaches CrystalReport1.Action = 1 if i wave the mouse over this i get CrystalReport1.Action = 1 = <property is write only> any ideas? thanks