Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Ssp Number by Fiscal Year
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00351442
Message ID:
00351463
Vues:
20
>1. Where can I find sample FoxPro programs using Forms and passing
>input slecting data for reporting outputs.

The MSDN library has examples of SQL statements under "SELECT - SQL Command" All you will need to do is create the cursor and then use "REPORT FORM reportname" to run report.

>2. I know how to do this in other programming languages but not FoxPro. I am >new to FoxPro, with no training

SELECT Ssp;
FROM Table;
WHERE left(SSP,2) = THISFORM.TxtSpFiscalYear.Value;
ORDER BY OrderFields;
INTO CURSOR Output

I hope this helps.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform