Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Conversion from VFP7 to VFP9
Message
De
08/12/2007 11:35:22
 
 
À
08/12/2007 10:57:58
Information générale
Forum:
Visual FoxPro
Catégorie:
Installation et configuration
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01273559
Message ID:
01274166
Vues:
13
Where to put this "behavior", in start of each form. And, please look the following syntax, is there any changes for VFP9.
SELECT dSiMain.*, dSisUb.icode, dSisUb.Quantity, dSisUb.Rate,;
                  dPCode.pname, dIcode.full_desc, dIcode.maincat, dIcode.category,dIcode.subcat ;
                  FROM dSiMain;
                  RIGHT JOIN dSisUb ON dSiMain.SiNo == dSisUb.SiNo;
                  LEFT JOIN dPCode ON dSiMain.pcode == dPCode.pcode;
                  LEFT JOIN dIcode ON dSisUb.icode  == dIcode.icode;
                  WHERE BETWEEN(dSiMain.DATE, dt1, dt2) ;
                  INTO CURSOR tempsale ORDER BY maincat
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform