Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Date range in grid
Message
 
À
09/08/2004 09:30:18
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00931747
Message ID:
00931786
Vues:
21
Create a local view (or create a cursor) using a the between function and pass your two date as parameters. Tie the view or cursor to your grid. Views will allow updates.
select * from sometable where between(datefield,?fromdate, ?todate) into cursor test
Nick
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform