Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Read Event
Message
De
13/08/1999 13:56:57
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Read Event
Divers
Thread ID:
00253569
Message ID:
00253569
Vues:
75
I have a form on which I change the active page in the forms GotFocus event if certain conditions are met.

I use code like the following

DODEFAULT()
IF ll_isfirsttime AND ll_user_wants_second_page as default
THISFORM.ACTIVEPAGE=2
THISFORM.PAGE2.SETFOCUS()
ENDIF

The second page does indeed become the activepage.
The next line it hits is the Read Event.

The first page becomes the active page.

According to the trace window, there is no code between the code I've quoted and the READ EVENT.

If I put a wait window or suspend after the above code, the form is indeed at the second page -- until the form is given a resume, at which point the first page becomes active.

Does this seem weird to anyone but me?

Thanks
Thanks

Gar W. Lipow
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform