Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Print
Message
From
23/06/1999 15:38:52
 
 
To
23/06/1999 15:30:36
Dovi Gilberd
Dovtware Consulting Inc
Miami, Florida, United States
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Re: Print
Miscellaneous
Thread ID:
00233117
Message ID:
00233153
Views:
27
>thank you, i did that and it only prints me the first recor, what im trying to do is the billing for all the clients,
>i made a litle screen to specify from a combobox which client or all of themmm..the questions i what line of code i need to put in the command

If I understand you correctly, from the results of the little screen ( ie which client or all ) you can then do a SQL select from the table(s) to create a cursor with the results, say "MyCursor", containing all clients or the one selected. Then you can:

SELECT MyCursor
GO TOP
REPORT FORM MyReportForm TO PRINTER

and all records in the cursor will be sent to the printer in the format of the REPORT FORM.

Bill
William A. Caton III
Software Engineer
MAXIMUS
Atlanta, Ga.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform