Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
IF statement
Message
De
17/04/2006 04:14:47
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
IF statement
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01114007
Message ID:
01114007
Vues:
51
hi all,

i try via this code, but i get the message for all choices.
&&&range form 1 to 9
IF THISFORM.TEXT4.Value=9 and THISFORM.TEXT5.Value>""
          THISFORM.command1.visible=.T.
          ELSE
             THISFORM.command1.visible=.F.
                 =MESSAGEBOX("íÌÈ ÇÏÎÇá ÇáÑÓÇáÉ") && this message
                 thisform.text5.setfocus
       
      IF THISFORM.TEXT4.Value>0 and THISFORM.TEXT4.Value<9
               THISFORM.command1.visible=.t.
       ELSE
          =MESSAGEBOX("íÌÈ ÇÏÎÇá ÇáÇÌÇÈÉ") 
          THISFORM.command1.visible=.f.
      ENDIF 
         
          
    endif 
thanks
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform