Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Determining a birthday
Message
From
23/01/2002 14:55:14
 
 
To
23/01/2002 14:09:50
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00608612
Message ID:
00609259
Views:
26
>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')
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform