I have a combo box element in the UI, implemented with VRM_SET_VALUES according to the manual. This drop-down menu has two items (key-value):
When I select one of them, let say, «The EU», everything is working but at the end of report execution my combo-box has one additional element — «eu», the item key I selected before the program execution.
I tried to get rid of this newly added item via PAI/PBO but it doesn't work and I even can't reach them with break point during the debugging.
Could you, please, advise me, why my combo box gets additional item after execution and how can I fix it?
Thanks.