I have switched to speed buttons on my form. The problem I am running into is that clicking on a speed button apparently does not pull focus. This prevents the variable in my data entry control from updating.
I've solved the problem by pulling the focus in the button click eep so it works like a regular button. PROPERTY btnAddPost SET_FOCUS TRUE Am I missing something? I don't see anything in the docs. Dennis McGrath Software Developer QMI Security Solutions 1661 Glenlake Ave Itasca IL 60143 630-980-8461 [email protected]

