Copying Values to a Combobox
Martin
Dear Experts,
Am trying to copy over values to a combobox. I have the code below but its giving me an error : -
Combobox.GetFromUID(pVal.Form, "30_U_Cb").Selected.Description = "Rail"
Please help get a way around this.
Martin
I found a way.
Combobox.GetFromUID(pVal.Form, "30_U_Cb").value = "Rail"
0
Please sign in to leave a comment.
Comments
0 comments