cancel
Showing results for 
Search instead for 
Did you mean: 

DropDownByIndex

Former Member
0 Kudos

Hello together,

i've got a problem with showing the values of DropDownByIndex.

I have to edit a dataset from a DDIC Table. One of the data is a Priority field with a value.

In my attach data to the database i have this priorityfield too with the values

1

2

3

For example i take the priority 2 for the dataset.

Now when i'm taking the dataset to edit it, the dropdownbyindex has got the following order

2

2

3

and this is not what i want. I want the dropdownbyindex box should show me the priority i have choosen first and then

1

2

3

Can somebody help?

Regards

Chris

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Chris,

This problem can show up when you use an operation on the context node that doesn't specify which element you're trying to change. For example, BIND_STRUCTURE or SET_ATTRIBUTE without specifying the index. If that's how you're changing the value, try setting the index value. Otherwise you may be overwriting a different element.

-Scott