Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Get year form date
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01043263
Message ID:
01043280
Vues:
12
*** Check if the value of the combo is numeric type
lcYearWant = thisform.tyear.value

SELECT Summer.Category, Summer.Date, Student.*;
       FROM Summer ;
       INNER JOIN Student ON  Summer.Code = Student.Code;
       WHERE YEAR(Summer.Date) = m.lcYearWant;
       ORDER BY Summer.Lcode, Summer.Sec;
INTO CURSOR summert
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform