cancel
Showing results for 
Search instead for 
Did you mean: 

change items in combobox

Former Member
0 Kudos

HI all,

I have a basic proplem! I want to know if I can change the ITEMs in system forms' comboboxes(for example: summary type combobox in order form).

If it is possible please show me the way.

best regards.

Accepted Solutions (1)

Accepted Solutions (1)

former_member185703
Active Contributor
0 Kudos

Hi,

Unfortunately this is not possible.

You would have to use workarounds for that:

Put a ComboBox in exactly that place and e.g. move the original "out of sight"

+ handle tabbing / tab order

+ select values in the original combo appropriately when a value in your combo is selected (there may be no solution what to do in case you add new valid values...)

+ set affects form mode appropriately for the combos...

HTH,

Frank

Answers (0)