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

Have you tried it with 'LinhaFac, TmpNCOri' in the FROM clause?

HTH,
Arriyel

>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
Speak using soft and sweet words in case you have to eat them later.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform