Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SET FILTER TO x RELATION
Message
From
15/05/2007 18:00:55
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
15/05/2007 08:01:22
Suhas Hegde
Dental Surgeon
Sirsi, India
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01224893
Message ID:
01225812
Views:
24
>>A simple demo filter expression could be:
>>
>>set filter to order_date = date()
>
>
>how?
>Do you mean with the set date to setting ? or something else?
>
>I only use to a skip not skip -1 ; that takes hell of a time. with set filter.
>
>any peices of code ?
>
>suhashegde

Suhas,
It is clear.

use orders
set filter to order_date = date() && but of course in sample data all dates are in far past to hide the weirdness

Maybe this one would be more understandable:
create cursor myCursor (f1 t)
for ix = 1 to 1000
insert into mycursor values (rand()+datetime())
endfor

set filter to f1 < datetime()
browse

Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform