on 2018 Sep 28 2:21 PM
Hi @ all.
I struggle with the following requirement.
We try to load a Listbox with Items on the start of an application.
The Listbox item affected an chart as filter.
Now i want to change the selected entry in the listbox over an button.
like an next button. When the user click on it the next entry should get selected.
Maybe someone can help me.
I already tried to create an array and load the elements from the List. But it doesnt work.
Thanks for your help.
Best regards
Hi Mustafa.
Thanks. Thats perfect.
Already struggeling with the getMembers loop.
Maybe you can help me there.
I put a loop on the top.
But it says Cannot convert from members to String.
var test = DS_1.getMembers("BRANCH", 100);
var test2 = [''];
test.forEach(function(element, index) {
test.push(element);
test = test2;
});
ListItems = test2;
Maxitems = ListItems.length - 1;
ItemIndex = 0;
var Item = [''];
Item.pop();
ListItems.forEach(function(item, index) {
Item = item.split(',');
LISTBOX_1.addItem(Item[0], Item[1]);
});
-------------------------------------------------------------------
Thanks for your help. I am really new in it.
Best regards
Sebastian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
66 | |
10 | |
10 | |
10 | |
10 | |
8 | |
6 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.