Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sorting records in report
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01304665
Message ID:
01304672
Vues:
17
This message has been marked as the solution to the initial question of the thread.
>thanks boris your reply with sample, when i appling to my codes error:"nOt a character expraction"
>
>Select * From syllabus ,IIF(nmonth>3,0,1) as ttmonth Where  ;
>	lcode >=  ;
>	thisform.lcodefm.Value  ;
>	AND lcode <=  ;
>	thisform.lcodeto.Value  ;
>	 	  AND subject=thisform.codefm.value;
>		ORDER By nmonth,ttmonth Into  ;
>	CURSOR ptpaperr
Select *,;
       IIF(nmonth>3,0,1) as ttmonth;
From syllabus;
Where  lcode >= thisform.lcodefm.Value  ;
   AND lcode <= thisform.lcodeto.Value  ;
   AND subject=thisform.codefm.value;
ORDER By ttmonth, nmonth;
Into  CURSOR ptpaperr
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform