Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Hi Can anyone help me in hiding the text box and show it based on dates for example.....
today 1/28/2015 I would like to hide it in the application and I would like to show it to the user on Feb 1st how can I do this.
 
					
				
		
In the Layout tab of Properties, enter show conditional:
date(today()) = MakeDate(2015,2)
or if you want to show it starting Feb 1 and forward:
date(today()) >= MakeDate(2015,2)
 
 
					
				
		
 reshmakala
		
			reshmakala
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		In the Properties , go to Layout tab and set your condition under show by selecting conditional.
 
					
				
		
In the Layout tab of Properties, enter show conditional:
date(today()) = MakeDate(2015,2)
or if you want to show it starting Feb 1 and forward:
date(today()) >= MakeDate(2015,2)
 
