Note that there are some explanatory texts on larger screens.

plurals
  1. USKate
    primarykey
    data
    text
    plurals
    1. COOne more interesting development: I've traced the problem back to the launching of the message box. If I take that out, my code works just fine, although it doesn't give the user any feedback - it just denies the 'enter' key. Somehow, generating a message box takes the focus off of the textbox and I can't get it back there. Interesting...
      singulars
    2. COIf you have ever done any data entry (which is what this essentially is), the last thing that you want to have to do is to reach for the mouse after you type in your entry. You just want to hit the 'enter' key since this is right on the same number pad. My 'OK' button doesn't say "OK", it says something entirely different. I'm leaving that out of this since these topics are outside of the scope of my question. Thanks for your help. I do appreciate it. Unfortunately, I implemented your suggestion and I still have the same behavior in this textbox. Oh well...
      singulars
    3. CONo. This is a math program for kids. The idea is that the student is cycling through basic math problems. There is one textbox on the form where they enter the answer to the problem posed. (e.g. 2 + 2 and they enter '4'). Upon entering their answer, they hit 'enter'. They are then told whether their answer is correct or not, but the form does not go away. A new problem is simply posed to them. They only hit the 'OK' button when they are finished answering questions and wish to see their results.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload