Text box not accepting keystrokes 
Author Message
 Text box not accepting keystrokes

I have a form with many entry fields.  All but two are accepting keys.  I
don't get it.  I checked all the properties in the design properties list
and they match the others.  Is there a property that I am missing?

Demir



Fri, 10 Aug 2001 03:00:00 GMT  
 Text box not accepting keystrokes
Demir,

The Enabled property should be True.  If your Text boxes are in a Frame, be
sure the Enabled property of the Frame is True.  Is it possible that the
MaxChar property is limiting text input?  Is the Tab Stop property set
correctly?

Joe

Quote:

>I have a form with many entry fields.  All but two are accepting keys.  I
>don't get it.  I checked all the properties in the design properties list
>and they match the others.  Is there a property that I am missing?

>Demir



Fri, 10 Aug 2001 03:00:00 GMT  
 Text box not accepting keystrokes
Make sure the Locked property is set to False.

--
John Tabor

http://members.bellatlantic.net/~jftabor
___________

Quote:

>I have a form with many entry fields.  All but two are accepting keys.  I
>don't get it.  I checked all the properties in the design properties list
>and they match the others.  Is there a property that I am missing?



Fri, 10 Aug 2001 03:00:00 GMT  
 Text box not accepting keystrokes
check the Locked property as well...
Quote:

>Demir,

>The Enabled property should be True.  If your Text boxes are in a Frame, be
>sure the Enabled property of the Frame is True.  Is it possible that the
>MaxChar property is limiting text input?  Is the Tab Stop property set
>correctly?

>Joe


>>I have a form with many entry fields.  All but two are accepting keys.  I
>>don't get it.  I checked all the properties in the design properties list
>>and they match the others.  Is there a property that I am missing?

>>Demir



Sat, 11 Aug 2001 03:00:00 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. Program not accepting keystrokes.

2. using VB text boxes data but not text boxes in word 2000

3. Only Accept Numbers in Text Box

4. Text box doesn't accept changes...

5. text box that only accepts numbers

6. text box that only accepts numbers

7. VB4 keystrokes accept order

8. Validating keystrokes into a Text Box

9. Displaying Keystroke Combinations in a text-box

10. Sending keystrokes to a text box

11. Rich Text Box keystroke problem

12. not visible text box not updating database

 

 
Powered by phpBB® Forum Software