Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Set Filter...?
Message
De
20/04/2004 19:33:37
Mike Yearwood
Toronto, Ontario, Canada
 
 
À
20/04/2004 15:58:18
John Vlahos
V I Software Solutions Design
Mississauga, Ontario, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00896654
Message ID:
00896699
Vues:
8
You can do it, but it will be slower than you might expect.

use invoice in 0 order tag cmpfk
use company in 0
select company
set relation to cmppk into invoices
set filter to invoice.amount > 0

This will show companies with invoice amounts > 0.

>I need to be able to filter a table with respect to data in another table.
>
>For example, as in the SELECT...FROM [table] LEFT OUTER JOIN [table2] WHERE [filtercondition]...this would dump the matching resuts into another cursor.
>
>I need that the original file [table] be filtered to the matching records of the search. I want to work with the original table!
>
>Is this possible?
>
>Thanks in advance!
>
>John
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform