Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
My first report - any help are welcome
Message
From
13/04/2000 00:17:06
 
 
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:
00359112
Views:
9
Hi Cindy

Ignore my last post to you, i solved that part of sql

i have the test only with the document number
lcP="000001"
lcU="000005"
and i need like that, and the sql run ok
lcP="010101000001"
lcU="010101000005"


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

Now i need to join more two tables here, clients with client_name and tipodoc with the name_document, what's the way i could do that? The ClientID is in my table 'documentoscabcli' and my tipodoc.ID to.

Thank's in Advance

João Batista
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform