Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing User Input from forms
Message
 
To
27/01/2000 15:30:39
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00323766
Message ID:
00348004
Views:
31
Hi:

* Generate a cursor holding report information:
SELECT ;
SomeFields ;
FROM SomeTables ;
WHERE Ship = THISFORM.txtShipName.Value AND ;
CompleteDate = THISFORM.txtCompleteDate.Value ;
INTO CURSOR output ;
ORDER BY OrderFields
====================================================================
Will SomeFields represent all the fields that should show up on the report.

SELECT ;
Ship ;
Hull ;
Ssp;
Ilsprm ;
Avail ;
Msr ;
Start ;
comp ;
Start ;
Comp ;
Status ;
FROM schd.DBF ;
WHERE Ship = THISFORM.TxtShipName.Value AND ;
year(date_field) = THISFORM.TxtCompleteYear.Value ;
INTO CURSOR Ouput ;
ORDER BY OrderFields

REPORT FORM MyReport options.... Is this line referencing the actual
report program itself?

=============================================================================
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform