Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Date entry
Message
From
06/11/1997 16:07:36
 
 
To
06/11/1997 15:58:02
Brad Stickley
Parker Pneumatic Div. North America
Wake Forest, North Carolina, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00058721
Message ID:
00058724
Views:
34
>I have an application that requires the date entered in the database to be equal to or 2 days ahead of the current date. For the life of me I can't seem to get the filter on the database to be configured for the right syntax.
>
>Anyone have a suggested code for the filter on the field validation rule?
>
>Thanks, Brad

You don't need in filter. The only thing you should do is
IF table1.datefield<>date() and table1.datefield<>date()+2
Replace table1.datefield with date()+2
Endif
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform