Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
The Swiss Cheese Continuum...
Message
De
24/02/1998 06:37:06
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00080706
Message ID:
00080721
Vues:
27
>I seem to have everyone's attention now...
>
>Read on...
>
>I have two forms in a formset, each with 3 text boxes. If I make the 2nd box have WHEN .F., I cannot PGUP from the second form.
>
>I can use PGDN, clicks, TABs and any other way.
>
>But I cannot PGUP - I know that this is a known bug - I need the easiest work around.
>
>All answer are welcome.
>
>Regards,
>
>Kev
Yes Kevin,
You're right. I had never need for that. There are workarounds though. One of them, quick but not smart at all.
* Form.keypress  && Each form and keypreview = .t.
if nKeyCode = 18  && PageUp
    nodefault
    thisformset.form2.text3.setfocus && Last control
**
* Add a routine to find the last form and last control
**    
endif    
Normally pageup would set focus to last control, on last form.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform