Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Status working By log Manager
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00352333
Message ID:
00356266
Views:
40
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...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform