Results 1 to 2 of 2

Thread: What Gives??

  1. #1

    Thread Starter
    PowerPoster Lethal's Avatar
    Join Date
    Oct 2000
    Location
    Ohio
    Posts
    2,496
    This dont make sense to me. I have an edit cancel edit command button on my form. I also have a mnuEditCancel menu option. I have my mnuEditCancel call the command button cancel edit. when i click on the command button, the update is canceled. But if i use the short cut key, it doesn't cancel, it saves it. I ever steped through and watched it work, it does everything the same as the command.. What gives??


  2. #2
    Guest
    how are you calling the command button?

    i prefer to use this way to click a button:
    Code:
    Command1.Value = True

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width