Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

command button

Status
Not open for further replies.

asm338s

Programmer
Jul 16, 2001
135
US
How can you find out if a cmd button was clicked.

if cmd1.click = .t. && this doesn't seem to work.

Any ideas?
 
When a user clicks a command button, it executes the CLICK() event for that button. Just place code in the CLICK event to respond to it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top