Question
How to transfer Combobox (selected) item to Parameter value? (VB api)
I'm trying to get an selected item from a ComboBox to an specific Parameter value:
ComboBox1.text=ComboBox1.SelectedItem.Value
parameter(12) = mdl.GetParam("Parameter1")
pvalue(12) = (New CMpfcModelItem).CreateStringParamValue(ComboBox1.Text)
CType(parameter(12), pfcls.IpfcBaseParameter).Value = pvalue(12)
Now I'm getting the following Toolkit Error:

This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.

