Questions and discussion about developing processes and programming in PHP, JavaScript, web services & REST API.
Forum rules: Please search to see if a question has already asked before creating a new topic. Please don't post the same question in multiple forums.
User avatar
By programerboy
#827409
Hi,
One solution is the method you used and it is right and you need to manage it with trigger.
But another way is to use JavaScript code as follows:
Code: Select all
$("document").ready( function(){
	var Grid_Count = $('#YOUR_GRID_ID').getNumberRows();
	var Grid_Object = getFieldById('YOUR_GRID_ID');
	for(var i=1;i<=Grid_Count;i++){
		if($('#YOUR_GRID_ID').getValue(i, 1) != $('#YOUR_HIDDEN_USR_UID').getValue()){
			Grid_Object.tableBody.children().eq(i - 1).css('display', 'none');
		}
	}
});
https://pmlearning.info
Thanks

🚨 Discover the power of Immediate ProAir X1 🚀 📈 W[…]

Mosquito Zapper Reviews

https://www.facebook.com/sammosquitozapper https:[…]

https://www.facebook.com/sammosquitozapper https:[…]

Are you looking for a simple method to import EML […]