Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
My first report - any help are welcome
Message
From
12/04/2000 23:36:34
 
 
To
12/04/2000 23:23:50
Cindy Winegarden
Duke University Medical Center
Durham, North Carolina, United States
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00358972
Message ID:
00359104
Views:
11
Cindy,

Your code give me an error keyword phrase error....

with this code only, i get what i want, the only five documents, but i need that in the other way because i can have the doc number 5 in more than one cod_ser and in other c_armazem.



lcP="000001"
lcU="000005"

SELECT * ;
FROM DOCUMENTOSCABCLI A, DOCUMENTOSLINCLI B;
WHERE A.C_TIPODOC = B.C_TIPODOC;
AND BETWEEN(A.C_NUMDOC, lcP, lcU) ;
INTO CURSOR DOCUMENTOS

If you can help-me to construct the sql i apreciate,

Thank's in Advance

João Batista
Previous
Reply
Map
View

Click here to load this message in the networking platform