Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Input FY Year In Form & Printing Cursor Report
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00468189
Message ID:
00468380
Views:
13
Hi Mark:

I am using a 2 digit field, this is my code below:

LPARAMETERS nInputYear
SELECT ;
Ilspm, ;
Status, ;
Start, ;
Comp, ;
Ssp, ;
Msr, ;
Avail, ;
Ship, ;
Hull, ;
Num_Chgs ;
FROM Schd ;
WHERE Val(left(SSP,2)) = nInputYear ;
INTO CURSOR Rptstatus4 ;
ORDER BY Ssp

select Rptstatus4

IF _TALLY > 0
REPORT FORM Rptstatus4 PREVIEW
ELSE
= MESSAGEBOX ("Sorry, there was no records matching your report criteria."), 0, (" Status Report ")
ENDIF

It look like INTO CURSOR Rptstatus4 ; code and below is not working.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform