Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Get year form date
Message
From
24/08/2005 09:14:01
 
 
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:
01043263
Message ID:
01043274
Views:
23
>complete code is here it is not table it is cursor
>
>SELECT Summer.category,date, Student.*;
> FROM ;
>     summer ;
>    INNER JOIN student ;
>   ON  Summer.code = Student.code;
> ORDER BY Summer.lcode, Summer.sec;
>into cursor summert
>
>SELECT Summert.*;
> FROM ;
>     summert ;
>ORDER BY Summert.lcode,Summert.sec;
>WHERE YEAR(summert.date) = thisform.tyear.value
No metter if this a table or cursor the SELECT must works. Why you didn't do this in one select?
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform