The key focus will not pause or stop the program, but only put the
cursor in that particular control. If I understand correctly, you
want the program to hang until you're done inputting the data, but it's
not stopping when you need to switch the inputs?
If this is the case, what is the purpose of having it run that
way? Why not have it pause with a message box, and when the user
clicks "okay" to having switched the inputs of the meter, it sets the
key focus on the control you want, and then enter the data.
The only way I know how to wait until you're done typing before the
program runs again, would be to have an event structure for that
control on keypress, and you can use the event data node to capture
which key was pressed, and on say "enter", the program continues...
I could have completely misunderstood your problem however...
Message Edited by Novatron on 07-19-2005 11:01 AM