Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
I added a date picker to my .qvw document and have successfully used the value to control a few expressions.
Is it possible to move the calendar button to the left of the date display?
James
 
					
				
		
 m_woolf
		
			m_woolf
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		You can fake it:
Resize the calendar control so that only the button is visible.
Then create an input box for the same field or variable.
Then position the calendar button to the left of the input box.
 
					
				
		
 m_woolf
		
			m_woolf
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		You can fake it:
Resize the calendar control so that only the button is visible.
Then create an input box for the same field or variable.
Then position the calendar button to the left of the input box.
 
					
				
		
Most interesting...
FYI - I used a text box, so the user must select the date picker...
thanks
James
