Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL statement /Pervasive
Message
De
23/07/2010 09:23:08
John Vlahos
V I Software Solutions Design
Mississauga, Ontario, Canada
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Divers
Thread ID:
01470450
Message ID:
01473578
Vues:
26
I am now running your statement with the addition on PRICLIST however it gives me an error saying no PRICLIST field exists?... but this field does exists and is selected in your statement ...

SELECT Crs_items.custcode, Crs_items.itemnumber, ;
Rv_icpric.desc, rv_ARCUS.priclist, Rv_icpric.baseprice,Rv_icpric.baseunit ;
FROM (SELECT Rv_uxdetail.custcode, Rv_uxdetail.itemnumber ;
FROM rv_UXDETAIL ;
GROUP BY Rv_uxdetail.custcode, Rv_uxdetail.itemnumber) ;
Crs_items ;
INNER JOIN rv_ARCUS ;
ON Rv_arcus.idcust = Crs_items.custcode ;
INNER JOIN rv_ICPRIC ;
ON Rv_icpric.itemno = Crs_Items.itemnumber AND RV_icpric.pricelist = Crs_items.priclist ;
INTO CURSOR crs_CurrentPrice
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform