Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Help with printing in range
Message
 
À
11/05/1999 10:46:00
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00217227
Message ID:
00217404
Vues:
15
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform