Re: Validate vs. Lost Focus
- From: "Michael D. Ober" <obermd.@.alum.mit.edu.nospam>
- Date: Mon, 11 Jul 2005 18:41:52 -0600
Take a look at your Lost_Focus routines. If they need to be able to block
the focus change, then switch them to Validate. Otherwise, leave them as
is. Validate isn't an event in the underlying Windows API, so it takes
significantly more system resources to implement.
Mike Ober.
"nrford" <nrfordmsvb@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:%239KnuulhFHA.1052@xxxxxxxxxxxxxxxxxxxxxxx
> In the past I've had problems using Lost Focus which were resolved
> by using Validate instead.
>
> I'm reworking an old program and am thinking of just changing ALL
> the Lost Focus routines to Validate. Can Lost Focus do anything that
> Validate can't do that might mess up the code if I make such a change?
>
> TIA,
>
> Nelson
>
>
.
- Follow-Ups:
- Re: Validate vs. Lost Focus
- From: nrford
- Re: Validate vs. Lost Focus
- References:
- Validate vs. Lost Focus
- From: nrford
- Validate vs. Lost Focus
- Prev by Date: Re: VB interface to email
- Next by Date: DSR File on VB6
- Previous by thread: Re: Validate vs. Lost Focus
- Next by thread: Re: Validate vs. Lost Focus
- Index(es):
Relevant Pages
|