Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SET FILTER TO x RELATION
Message
De
15/05/2007 18:00:55
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
15/05/2007 08:01:22
Suhas Hegde
Dental Surgeon
Sirsi, Inde
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
01224893
Message ID:
01225812
Vues:
14
>>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform