Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 ananyaghosh
		
			ananyaghosh
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
I want to remove values on a input box based on the selected values on a list box , so when I select an option in list box, the values on the input box field will be removed.
Can it be done? please suggest?
 tresesco
		
			tresesco
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		What is there in the textbox? Any formula or a static text?
 
					
				
		
 jonathandienst
		
			jonathandienst
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		An action cannot act directly on a text box, other than via a macro. But you could create a variable that is displayed in the text box (='$(vVar)'). Create a field event "On Selection" trigger (Document Properties | Triggers) for the field in the list box with a set variable action.
The set variable action expression will determine what will be displayed in the text box.
 ananyaghosh
		
			ananyaghosh
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		hi,
I want to change the input box value based on selected value in list box. Can I change it?
 ananyaghosh
		
			ananyaghosh
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		hi,
I want to change the input box value based on selected value in list box. Can I change it?
