Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Move by splitbar and column visible=.f. with grids
Message
De
07/04/2005 11:35:47
 
 
À
07/04/2005 11:25:32
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01002174
Message ID:
01002322
Vues:
27
>sorry for my head... :))
>
>You're writing very symbolic like a lyric or puzzle...
>
>if "inlist(m.nDirection, 6, 7)" give .f., "and m.this.ShowMeProperly()" won't run. :)))
>
>
>> =inlist(m.nDirection, 6, 7) and m.this.ShowMeProperly()


Yes, I sometimes do

Should have been
if( inlist(m.nDirection, 6, 7) )
    = m.this.ShowMeProperly()
endif


or 

do case
case !inlist(m.nDirection, 6, 7)

case !m.this.ShowMeProperly()

endcase


or 

=!inlist(m.nDirection, 6, 7) or m.this.ShowMeProperly()

or

=!inlist(m.nDirection, 6, 7) or !m.this.ShowMeProperly()
Gregory
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform