Feb 8, 2002 #1 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?
How can you find out if a cmd button was clicked. if cmd1.click = .t. && this doesn't seem to work. Any ideas?
Feb 8, 2002 #2 chpicker Programmer Apr 10, 2001 1,316 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. Upvote 0 Downvote
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.