Hi All
I have an App with 5 Edittexts in to which 5 parameters are entered. Tapping on any ET brings up the soft KB [Number input - Force Done].
All ET defined in the visual designer.
All have the same design.
All accept input.
4 ET go to their respective EnterPressed Sub when the DONE key is pressed, one ET doesn't.
Below are two Sub routines. The DONE key moves to the second Sub but not to the first Sub from their respective ETs.
I know it is sparse information but it is all I have.
Has anyone experienced this before? I am at a loss??????
Regards Roger
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
			
			I have an App with 5 Edittexts in to which 5 parameters are entered. Tapping on any ET brings up the soft KB [Number input - Force Done].
All ET defined in the visual designer.
All have the same design.
All accept input.
4 ET go to their respective EnterPressed Sub when the DONE key is pressed, one ET doesn't.
Below are two Sub routines. The DONE key moves to the second Sub but not to the first Sub from their respective ETs.
I know it is sparse information but it is all I have.
Has anyone experienced this before? I am at a loss??????
Regards Roger
			
				B4X:
			
		
		
		Sub DispConcentrationIndexS_EnterPressed  
Log("***********Here1******************")
    Validate
    dummytext.RequestFocus
    Ph.HideKeyboard(Activity)
End Sub
Sub DispDilutionIndexS_EnterPressed  
Log("***********Here2******************")
    Validate
    dummytext.RequestFocus
    Ph.HideKeyboard(Activity)
End Sub
			
				Last edited: 
			
		
	
								
								
									
	
		
			
		
	
								
							
							 
				 
 
		 
 
		 
	 
 
		 
 
		 
 
		