Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Report won't PREVIEW
Message
De
01/09/2000 15:46:02
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00411864
Message ID:
00411967
Vues:
9
Hi Evan:

How silly of me! Of course, CURSOR. Earlier today, I had been considering ARRAY. My fingers got confused!
If I can beat this into the ground...

The user selects the month and year for the report. The month and year are memory variables set up as m.month and m.year. I want the table to find all records that fall into that data range.

SELECT * FROM table1 WHERE CMONTH(table1.endingper)=m.month AND YEAR(table1.endingper)=m.year INTO CURSOR vreport

Working with dates has always been a tricky issue for me. I'm forever looking for a better way to manage with them.
Thanks for your help!

Kim
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform