Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Status of print jobs shows Visual FoxPro
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00463861
Message ID:
00464349
Vues:
53
>>
>>I know this doesn't help you right now, but this has been changed in VFP 7 to work the way you want.
>>
>Thanks for the info. I haven't gotten around to installing the Beta version of VFP 7 - so I wasn't aware of this. That being said, I'm still looking for a solution right now - so if anyone has any other suggestions I'm all ears. . .
>
>I've also send Bela an e-mail asking for some clarification on the documentation included with his control.

Hello, Allan.

Here is how it works:

You have to call the function AFTER you sent each report.

Here is a little example:
set library to bela\chgname.fll

use MyTable

lcPrinter = set("printer",2)

report form MyReport to print off

chgprtname( lcPrinter, "Visual FoxPro", "This is my test" )
Maybe the easiest is to create a wrapper function (I already have one) to send a report, specifiying report name, printer, title (for the print manager), etc.

Hope this helps,
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform