Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
If statement
Message
De
20/10/2004 03:43:52
 
 
À
20/10/2004 03:29:18
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00952761
Message ID:
00952912
Vues:
13
hi,

thank you i take away the NOT ,he move to another page as if the condition is ok.

but still i cant see the cursor if the result is not ok.

this is all code at mytext at this page
IF  BETWEEN(thisform.pageframe1.page16.text1.value,1,2)
          =MESSAGEBOX("ÇÎÊíÇÑ ÎÇØÆ")
             thisform.Pageframe1.ActivePage = 16
             thisform.pageframe1.page16.text1.SetFocus
else
     if  thisform.pageframe1.page16.text1.value=2
           =MESSAGEBOX("ÓíÊã ÇáÇäÊÞÇá Çáì ÓÄÇá ÑÞã 10")
           thisform.Pageframe1.ActivePage = 10
           thisform.Pageframe1.Page10.Text1.SetFocus()
     else
          thisform.Pageframe1.ActivePage = 15
          thisform.Pageframe1.Page15.Text1.SetFocus()
    endif
 endif
thanks.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform