Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Deleted()
Message
De
20/03/2000 11:24:51
Anthony Suarez
Black Marlin Data Corporation
Taguig, Philippines
 
 
À
20/03/2000 09:53:33
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00346297
Message ID:
00347895
Vues:
29
>SET DELETED OFF
> SELECT Field1, Field2 ;
> FROM Table1 JOIN Table2 ON Table1.Field3 = Table2.Field4 ;
> WHERE !DELETED("Table1") ;
> AND DELETED("Table2")

>The deleted() doesn't work.

> How about the 2 Select statements?

> Kev

set deleted off
select field1,field2 from table1 where not(deleted('table1')) into cursor cursor1
set deleted on
select cursor1.field1,field3,field4 from cursor,table2;
where cursor1.field1 = table2.field3
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform