Matrix and ComboBox Problem
Tissot David
Hi,I've a form with a Matrix.
I want to set the value of a matrix's row, but this row isn't a TextEdit but a ComboBox.
I try that :
Matrix.GetFromUID(pVal.Form, "10000003").SetValue("10000007", 0, myVal);
It's work for a TextEdit, not for a ComboBox
Could I use this in a Matrix :
ComboBox.GetFromUID(pVal.Form, "10000007").Select(myVal);
I hope you understand my problem ^^
Michael Egloff
Hi David,Matrix.GetFromUID(pVal.Form, "10000003").SetValue("10000007", 0, myVal);should work. You have to provide the 'Key' of the combobox (there's always a key and a value in each entry of the combobox). Can you tell me which Combobox you want to fill and which value you want to put?
0
Please sign in to leave a comment.
Comments
0 comments