Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Set Relation Problem
Message
 
 
À
03/11/2008 10:22:22
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01358947
Message ID:
01359176
Vues:
46
>Thanks for pointing, kindly let me know how can replace that right syntax which the suggestion you mentioned.
SELECT SoMain.*, SosUb.ICode, SosUb.qntymaj, SosUb.qntymin,;
		SosUb.RateMaj, SosUb.RateMin,;
		PCode.full_Name, PCode.address, PCode.tel1, PCode.tel2, PCode.tel3, ;
		ICode.full_desc, ICode.unit ;
	FROM (lcPathSoMain) SoMain;
		JOIN (lcPathSosUb) SosUb ON SoMain.SoNo == SosUb.SoNo;
		LEFT JOIN (lcPathPCode) PCode ON SoMain.PCode == PCode.PCode;
		LEFT JOIN (lcPathIcode) ICode ON SosUb.ICode  == ICode.ICode;
	WHERE BETWEEN(SoMain.date, dt1, dt2) ;
	INTO CURSOR cSomain
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform