Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
I want to cancel a mouse click
Message
 
 
To
01/02/1999 19:38:39
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00182773
Message ID:
00182803
Views:
9
>in vfp6 I have a pageframe with 4 pages
>on one of the pages I want to cancel a mouse click
>that moves to another page if certain things are not done.
>I have tried to clear typeahead and setfocus back to the same page.
>That doesn't do it.
>Any ideas

In the click event of the next page (say page 3) set the focus back to the current page (say page 2).
if KensCondition = .T.  && not all work is done
  thisform.pageframe1.page2.setfocus()
endif
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform