Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Page
Message
De
05/04/2004 06:46:26
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
05/04/2004 06:32:24
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Re: Page
Divers
Thread ID:
00892189
Message ID:
00892200
Vues:
14
>hello,
>
>i put the code in page1 (activate)
>
>if thisform.pageframe1.page1.text1.value="yes"
> thisform.Pageframe1.ActivePage = 6
> thisform.Pageframe1.Page6.Text1.SetFocus()
>endif
>
>still same thing

Put it in UIENable of page1.text1 (or any other object's UIENable in that page) :

*UIEnable
lparameters lEnable
if m.lEnable and thisform.pageframe1.page1.text1.value="yes"
thisform.Pageframe1.ActivePage = 6
thisform.Pageframe1.Page6.Text1.SetFocus()
endif

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