Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Printing with ???
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00468089
Message ID:
00468101
Vues:
16
>I'm trying to print a string generated in an error handler using "??? lcString" but it's not working. Is there a bette way to print something in VFP without using a report?

It probably printed it just fine, but your buffer isn't flushed to the printer.

Try adding a form feed character after the string.

??? lcString+CHR(12)
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform