Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Input FY Year In Form & Printing Cursor Report
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00468189
Message ID:
00468380
Vues:
16
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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform