NetTalk Central
		NetTalk Web Server => Web Server - Ask For Help => Topic started by: osquiabro on November 15, 2012, 10:00:01 AM
		
			
			- 
				how i can conditional the insert button , i need to disable this
 button when records in a browse is >0. I try records(thisview)=0 but
 always return 0..
 
 thanks.
- 
				Try loc:found > 0  
 
 Easy, peasy.
 
 I do something similar to hide/unhide the insert, change, delete buttons.
 
 Don