Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sort date()
Message
From
02/06/2013 03:59:08
 
 
To
02/06/2013 03:04:47
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01575417
Message ID:
01575420
Views:
87
This message has been marked as the solution to the initial question of the thread.
>how would I display all records before a specific date.
>I have a field called kdate which displays when a record was created
>I need to call all records before April 2013.
>
>thanks
>k
.. for kdate < date(2013,4,1)
or
Set filter to kdate < date(2013,4,1)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform