Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Ssp Number by Fiscal Year
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00351442
Message ID:
00351463
Views:
18
>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform