Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
If
Message
 
 
To
26/07/2006 09:49:04
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Re: If
Miscellaneous
Thread ID:
01140153
Message ID:
01140182
Views:
16
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform