For the "Select All" piece, you can do slightly tighter logic: loop through the list and assign each record's IsSelected to the boolean variable. No "If" control needed.
@fogodf12 жыл бұрын
Nice content, mate. Do you mind show how to build a small stock control? Just give a summarised 😅
@PedrovoriskAB3 жыл бұрын
Thank you very much.. !!!
@Akashjadhav-dy6dj Жыл бұрын
Hello sir how to manage Login Session in Android Application in OutSystem Just like we store data in our Native Android Apps
@longthanhvu84153 жыл бұрын
so if i want to hide unselected items. then how ?
@OutSystemsHowTos3 жыл бұрын
Hi Vu, I am guessing who may want to do it once the user is done selecting all the records he/she is interested in. Maybe he clicks on a button "hide unselected". Upon clicking this button, you can add the selected items to a temp list kzbin.info/www/bejne/gqC4eGpqfdmFpMk Additionally use some flags on the screen to manipulate the query.