Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Read Event
Message
From
13/08/1999 13:56:57
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Read Event
Miscellaneous
Thread ID:
00253569
Message ID:
00253569
Views:
74
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
Next
Reply
Map
View

Click here to load this message in the networking platform