Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
I want to cancel a mouse click
Message
 
À
01/02/1999 19:38:39
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00182773
Message ID:
00182803
Vues:
10
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform