BetoValle Messages: 204 Registered: September 2020 Location: Brasil Valinhos SP
Experienced Member
Hi,
in source code this work fine to me:
if(multi_select || !select_row)
{
//when MultiSelect is set to false, it will not display a selection menu.
// otherwise it will display the menu and the selection of multiple records. In this situation,
// the issue of copies of records must still be properly configured.
if(multi_select)
SelectMenu(bar);
isitem = true;
}