|
-
Feb 7th, 2000, 11:57 PM
#1
Thread Starter
Lively Member
Hi, everybody!
Is there a way I can simulate a click on a button?
Inside one button click event, I'd like to call another button click event, but if I use the line
Private Sub Btnaltera_click()
to call it, VB returns an Ambiguous name detected error.
Thanks in advance for any help :-)
Roselene
-
Feb 8th, 2000, 12:02 PM
#2
Lively Member
You can code it:
Code:
Call Btnaltera_click
This will call the Click event for the button, but it will not simulate the button actually being pushed.
-
Feb 8th, 2000, 12:15 PM
#3
Thread Starter
Lively Member
Bsmith,
Thanks for helping! It's seems to be so simple, now that you've already given me the solution :-)
See you,
Roselene
-
Feb 8th, 2000, 12:26 PM
#4
Thread Starter
Lively Member
Bsmith,
Thanks for helping! It's seems to be so simple, now that you've already given me the solution :-)
See you,
Roselene
-
Feb 8th, 2000, 12:26 PM
#5
Thread Starter
Lively Member
Bsmith,
Thanks for helping! It's seems to be so simple, now that you've already given me the solution :-)
See you,
Roselene
-
Feb 8th, 2000, 12:26 PM
#6
Thread Starter
Lively Member
Bsmith,
Thanks for helping! It's seems to be so simple, now that you've already given me the solution :-)
See you,
Roselene
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|