on command buttons

K

koko

i have a command button that the user presses down to
confirm that the data they entered are correct, which
eventually locks certain textboxes. but when they move to
a new record to enter a new set of data, the command
button is still 'pressed down' giving the impression that
the empty form is already validated. how do i make it look
like 'unpressed' when moving to a new record? and
consequently, how do i disable that same button after
pressing it?

thanks for your reply...
 
C

Crystal

I think you're using a the toggle control instead of a
command button. A toggle has two states: "pressed"
and "unpressed", if you will. You have to use code to set
the properties of a toggle. A command button
looks "pressed" only while the user has the mouse button
depressed.

The command button is farther down on the toolbar. It's
one square. A toggle button is depicted as two squares on
the toolbar.

Hope this helps,
Crystal
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top