Help: textbox1_gotfocus event not firing!!!!! 
Author Message
 Help: textbox1_gotfocus event not firing!!!!!

I'm trying to figure out what is wrong with my code, when it occurred
to me that my gotfocus event doesn't seem to be firing.

**  in form declaration **
pubic CurObj as object
public PrevObj as object

The code reads (shortversion):

private sub textbox1_gotfocus()
        set PrevObj = CurObj
        set CurObj = ActiveControl
        msgbox "Hey, I'm here"
end sub

none of these get executed!!!!!

This function content is peppered throughout *every* textbox gotfocus
event.

What the heck am I missing???!!

Thanks in advance

Andrew



Sat, 01 Jul 2000 03:00:00 GMT  
 Help: textbox1_gotfocus event not firing!!!!!

I tried the shortversion and it works. What else are you doing?

Alejandro.

Andrew S. Benjamin escribi en mensaje

Quote:
>I'm trying to figure out what is wrong with my code, when it occurred
>to me that my gotfocus event doesn't seem to be firing.

>**  in form declaration **
>pubic CurObj as object
>public PrevObj as object

>The code reads (shortversion):

>private sub textbox1_gotfocus()
> set PrevObj = CurObj
> set CurObj = ActiveControl
> msgbox "Hey, I'm here"
>end sub

>none of these get executed!!!!!

>This function content is peppered throughout *every* textbox gotfocus
>event.

>What the heck am I missing???!!

>Thanks in advance

>Andrew



Sat, 01 Jul 2000 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. click event not firing if lost_focus is firing first

2. ReadProperties event and WriteProperties event are not firing

3. ActiveX custom event not firing HELP -- URGENT!

4. Custom event not firing HELP -- URGENT!

5. ActiveX custom event not firing HELP -- URGENT!

6. Custom event not firing HELP -- URGENT!

7. Custom Event not being fired - Help Please!!!

8. Control Event Problem (Post Event after an event is fired)

9. Terminate Event not Fired

10. BeforeDelConfirm, AfterDelConfirm events not firing

11. Inspector_Close Event Not Firing

12. Outlook 2000 Add-in : Disconnect events do not fire

 

 
Powered by phpBB® Forum Software