Results 1 to 9 of 9

Thread: [Resolved]Button Click Event within another

Threaded View

  1. #1

    Thread Starter
    Lively Member vasanth2979's Avatar
    Join Date
    Sep 2006
    Location
    Port Louis, Mauritius
    Posts
    88

    Resolved [Resolved]Button Click Event within another

    Hi Guys,

    Is it possible to call a Button click even within another button click event?

    Something Like the following

    VB Code:
    1. Private Sub CmdAdd_click()
    2. If Mode = "Edit" then
    3.       CmdMod_click
    4. End If
    5. End Sub
    Last edited by Hack; Sep 29th, 2006 at 06:11 AM. Reason: Added green "resolved" checkmark Last edited by vasanth2979 : Yesterday at 07:05 AM

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