Hello mogulman,
What do you mean by "set the value fo the combobox"? Do you mean:
1. Changing the value of one of the ComboBox items?
2. Selecting that item in ComboBox?
For #1, you would have to change tha value on the source (form which the ComboBox is getting data)
For #2 For example:
Button1.OnSelect=Reset(ClientContactCB);Set(d, [varClientContact ])
ClientContactCB.DefaultSelectedItems=d
Clicking on Button1 should select the item from the variable varClientContact