Hi Guys,
I am adding a default value for a parameter like this in my vb code:
This add nr to a combobox on the parameter prompt form that comes up in crystal. Proble is, that the first item in the combobox is ...Code:oReport.EnableParameterPrompting = True oReport.ParameterFields.GetItemByName("Initials").SetNthDefaultValue 1, "nr"
How can I make the first item the default value.![]()
please help




Reply With Quote