Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Determining a birthday
Message
De
23/01/2002 14:55:14
 
 
À
23/01/2002 14:09:50
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00608612
Message ID:
00609259
Vues:
23
>How? We have a bunch of stuff that I'm certain most of us (VFP developers) would use.
>Larry

Just add a little prg in your project. Something like:

isbd.prg:
LPARAMETERS lpBD
return Month(lpBD) = Month(Date()) AND Day(lpBD) = Day(Date())
Then, for example, you could call it in a form such as:
Thisform.lblBD.Caption = iif(isbd(MyTable->dob),'Yes','No')
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform