Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Status working By log Manager
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00352333
Message ID:
00356266
Vues:
47
cFilt = "Status = 'WORKING'"
SELECT ;
Ilspm ,;
Status ,;
Start ,;
Comp ,;
Ssp ,;
Msr ,;
Avail ,;
Ship ,;
Hull ,;
Num_Chgs ;
FROM Schd ;
WHERE &cFilt ;
INTO CURSOR Rpt1 ;
ORDER BY 1

----------------------------------------------

Select Rpt1
REPORT FORM Rpt1 PREVIEW

===================================================
Hi Ed:

My program now runs fine, but I am getting everything that's out on the table
instead of getting only WORKING status records. The cFilt isn't filtering any
WORKING status. Do you see any bugs in my code? Thanks...
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform