Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
If
Message
From
27/07/2006 04:31:19
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Re: If
Miscellaneous
Thread ID:
01140153
Message ID:
01140590
Views:
15
hi,
thank you for reply and examples.

>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
Reply
Map
View

Click here to load this message in the networking platform