Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
If
Message
 
À
26/07/2006 09:49:04
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Re: If
Divers
Thread ID:
01140153
Message ID:
01140182
Vues:
14
If
Value = (Date())
Then
IF INLIST(ALLTRIM(STR(day(txtstart.value))),"01","1")
Should work also
IF day(txtstart.value)= 1
Should work
Otherwise you can use
IF INLIST(TRANSFORM(DAY(CTOD(TRANSFORM(txtstart.value)))),"01","1")
OR
IF DAY(CTOD(TRANSFORM(txtstart.value)))=1

AT
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform