First thing I noticed is having to double click to select the values in the input boxes. Perhaps you could use a combination of Mouse_Down, Got_Focus and Key_Down events to select all. That way, when a user tabs between fields, it will select everything in the field. Or if they click on a field, etc etc.
Also, I'm on a different comp now, but from what I remember last nite (yeah, Rum & Cokes will break your concentration.. ), I believe you have the databases inside the exectuable. This makes it almost impossible for users to modify it. |
I don't know of anything that has to be double clicked to be selected. I just drag over a value to select it.
I didn't provide for tabbing between controls, because I have no way of knowing which control a user would want to go to next.
The database is in the ASCII file ME.dat. The User Guide gives detailed instructions on how to modify or add to it.
The program was written with IBasic.
Easy on the rum & cokes
Mike