Ok, I am forcing myself to use more dubugging tools.

     I again noticed more weird behavior caused by more fields (on 
the form, in the DB, whatever), but that aside, I saw ANOTHER new bug 
which wasn't there before.  In trying to watch the code execution 
step by step, I came across a "bug" in the debugger.

     The sub where the problem is is executed by hitting ENTER which 
is trapped by a KEYPRESS routine.  Right before I hit enter, I BREAK 
the program, then hit F8 (step into) right before I hit enter so I 
can see what's going on.  When I press ENTER, I then see the KEYDOWN 
routine fire (not KEYPRESS) and it effectively steps all the way 
through the routine with no problem.  When it's done with the 
Keypress routine, it's back again waiting for an event in the same 
spot waiting for me to hit enter.  When I break, then resume, then 
hit ENTER,  the keypress routine fires.

     Anyway around this?  Is there a way I can BREAK and then execute 
the code I want immediately?  

[C]







'// =======================================================
    Rules : http://ReliableAnswers.com/List/Rules.asp
    Home  : http://groups.yahoo.com/group/vbHelp/
    =======================================================
    Post  : [email protected]
    Join  : [EMAIL PROTECTED]
    Leave : [EMAIL PROTECTED]
'// =======================================================
 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/vbhelp/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to