Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Conversion from VFP7 to VFP9
Message
De
08/12/2007 11:52:48
 
 
À
08/12/2007 11:35:22
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:
01274172
Vues:
9
Sifuddin

If that code runs OK under VFP7 there should not be a problem with VFP9.

Gaylen


>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
Répondre
Fil
Voir

Click here to load this message in the networking platform