Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Convert codes in sql
Message
From
03/05/2005 11:48:29
 
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01010484
Message ID:
01010486
Views:
19
SELECT Acctran.code;
   FROM acctran;
   WHERE Acctran.month1 = (thisform.month1.value);
   INTO CURSOR curTemp;
   ORDER BY Acctran.month1
HTH

>
Set Filter To code=thisform.code.value
> Set Order To month1
> LOCATE
>
>
>i try
>
>SELECT Acctran.code;
> FROM ;
>     acctran;
> WHERE  Acctran.month1 = (thisform.month1.value);
> ORDER BY Acctran.month1
>
>
>when i convert in sql (query) i get a brows. How avoid the brows i want only filter and order by sql
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform