Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help with printing in range
Message
 
To
11/05/1999 10:46:00
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00217227
Message ID:
00217404
Views:
17
>I have to print a report of a range in the table.
>
>ex. I want to print all the records where the description starts with 'A'.
>
>Thanks

SELECT * FROM MyTable WHERE SUBS(mytable.desc,1,1) = 'A' INTO CURSOR _print

SELECT _print

REPORT FORM whatever TO PRINTER
Wayne Myers, MCSD
Senior Consultant
Forte' Incorporated
"The only things you can take to heaven are those which you give away" Author Unknown
Previous
Reply
Map
View

Click here to load this message in the networking platform