Hi Guys,

I am adding a default value for a parameter like this in my vb code:

Code:
oReport.EnableParameterPrompting = True

oReport.ParameterFields.GetItemByName("Initials").SetNthDefaultValue 1, "nr"
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 ...

How can I make the first item the default value.

please help