Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SELECT don´t work sometimes
Message
 
To
20/08/2002 06:03:31
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00691366
Message ID:
00691411
Views:
11
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.
Previous
Reply
Map
View

Click here to load this message in the networking platform