Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SELECT don´t work sometimes
Message
De
20/08/2002 06:03:31
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
SELECT don´t work sometimes
Divers
Thread ID:
00691366
Message ID:
00691366
Vues:
44
Hi

I have the following select
SELECT LinhaFac.* FROM LinhaFac ;
  JOIN TmpNcOri ON LinhaFac.NumDoc = TmpNcOri.NumDoc;
  WHERE TmpNcOri.Selecciona AND Upper(TmpNcOri.origem) = "FACTDOC";
  INTO CURSOR TmpLinFacX 
don´t work , because TmpLinFacX is empty .

But if i make :
Select TmpNCOri
BROWSE

SELECT LinhaFac.* FROM LinhaFac ;
  JOIN TmpNcOri ON LinhaFac.NumDoc = TmpNcOri.NumDoc;
  WHERE TmpNcOri.Selecciona AND Upper(TmpNcOri.origem) = "FACTDOC";
  INTO CURSOR TmpLinFacX 
Work Ok , TmpLinFacX have records .

Why ? What i can do ?


Thanks


Pedro Silva

world is wonderful with your help .

Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform