Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combo won't trigger interactivechange
Message
De
16/06/2000 15:33:21
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
 
 
À
15/06/2000 17:17:54
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00380828
Message ID:
00381634
Vues:
15
>Dragan:
>
>Try something like this in the KeyPress event:
>
>...
>IF CHR(nKeyCode) == ALLTRIM(THIS.Value)
> NODEFAULT
> THIS.InteractiveChange()
>ENDIF
>...
>
>If that doesn't work, you may try to send a BackSpace + the key pressed.

It actually worked when I turned it around a little:
IF THIS.Value=CHR(nKeyCode)
   NODEFAULT
   THIS.InteractiveChange()
ENDIF
The OKL thing almost worked, but caused the next control to receive focus, like, five times, and flashed around as if I used something from the Bag Of Evil Tricks ((c) Gonzo). This works without a glitch, thanks, you saved my Friday :) (which is not finished yet, there's a bottle of Guinness in the fridge...)

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform