How to assign multiple lines an adjustable value ?

Actucom 11 Nov, 2019
Hello,
I'm trying to get a Toolbar button to assign a value that's based on a form element (a dropdown list).
Here, I'm trying to adjust "demo-articles" in this way.
The toolbar button is placed within the form area of the dropdown list.
It set with the following options : "Submit button", "Selection required enabled" and List view name : "articles_list".
When clicking it without ticking any row selector, I get the proper error message (Please make selections from the list.)
But when there is a selection, it is not part of the submitted data (no gcb array).

Can someone explain how to accomplish what I'm trying to do ?
Thank you very much![file=12396]demo_Articles_Categories_12_Nov_2019_00_15_20.c6bak[/file]
healyhatman 12 Nov, 2019
Answer
"List view name" in this case would actually be the name of the FORM you're sending which sounds like it's NOT going to be the list view.
What you're probably going to want to do is have a Form element, and call the list view INSIDE that form, and the List View Name of your toolbar button will be the name of the wrapping form.
Actucom 12 Nov, 2019
Indeed, it works when calling the list view inside a wrapping form.
It's good to know that the "List view name" can be a form, not necessarily a table.
Problem fixed. Thank you for replying so quickly. !
This topic is locked and no more replies can be posted.