Pre-Select Combo Box Value with Previously Selected Value
I am trying to pre-select a combo box with a previously selected value coming from a feature service, but also allow the user to change their selections with a combo box drop down using a query service url. This will reduce the amount of clicks a user will have to perform when adding new records. I have tried using the runtime modification assigning the selected value to the attribute of the selected feature service using the SelectedValue.
Assign Applicant
To: from.Find(Of ComboBoxFormItem)("ComboBox2").SelectedValue
Value: "" + out_application_FORM.ToString + ""
Is there something I am missing with this problem? Is there another method I should be using to pre-select the value or is this just a capability that is not available?
Stephanie
0
-
You don't need the quotation marks around the value. Provided out_application_FORM is your output argument from your combo box, you can just us it with .ToString 0
Please sign in to leave a comment.
Comments
1 comment