Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Good day!
I have one calendar object.
How i can automatically set value in variable vCalendar from selected value in calendar object?
Thanks.
 
					
				
		
 stigchel
		
			stigchel
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Instead of using the field date in the calendar object use vCalendar and set the min and max value to Min and Max Date (see picture). And set the number format to date if you want it displayed as date


 
					
				
		
defina field Trigger (Document Properties/Trigger) a feidl Event Trigger "on select"
Action External set variable
vCalendar
=Date
then if you sleect a date the variable Shows the new content
 
					
				
		
 stigchel
		
			stigchel
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Instead of using the field date in the calendar object use vCalendar and set the min and max value to Min and Max Date (see picture). And set the number format to date if you want it displayed as date


 
					
				
		
 sasiparupudi1
		
			sasiparupudi1
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		
 
					
				
		
Thanks for answer!
 
					
				
		
Thanks...
