Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Conversion from VFP7 to VFP9
Message
From
08/12/2007 11:52:48
 
 
To
08/12/2007 11:35:22
General information
Forum:
Visual FoxPro
Category:
Installation, Setup and Configuration
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01273559
Message ID:
01274172
Views:
11
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
>
>
Previous
Reply
Map
View

Click here to load this message in the networking platform