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

Next
Reply
Map
View

Click here to load this message in the networking platform