hi all
I want to change my "delivery" form's "summery type" combo box items. I use the following code to change its items:
Set oItem = oOrderForm.Items.Item("75")
Set oCombo1 = oItem.Specific
oCombo1.DataBind.SetBound True, "orcr"
but I receive an error that says:
the item is not a user defined item and can not be manipulated in such manner.
Please help me in this way.
Hi,
As I replied to your second post regarding this question (topic: "change items in combobox") there's just some awkward workaround for that - unfortunately no real solution!
Regards,
Frank
Add a comment