Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
PROMPT after TO PRINTER prints in extremely small
Message
De
16/01/1997 17:00:34
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00017494
Message ID:
00017601
Vues:
79
>>I uses Windows NT server 3.51 be a file server,Apple LaserWriter Select 360 be a shared printer.When I print a report from Visual FoxPro by using REPORT FORM...TO PRINT PROMPT,a dialog shown up let me select no of copies to be printed is nice.But the printout is extremely small.What's going on ?
>>This situation does not exist when PROMPT clause is ignored.
>
>I have the same problem. The following was sent to me by Craig Berntson previously: "There is a bug with VFP 5.0 when using reports converted from VFP 3.0 and using the PRINTER...PROMPT command. MSFT has not entirely acknowledged this bug. The fix is to not use PROMPT."
>
>I have used the following code to no avail also. It works but no matter what printer they choose, reports still print to their default printer:
>
>jcPrinterChosen = GETPRINTER()
>
>IF EMPTY(jcPrinterChosen)
> RETURN
>ENDIF
>
>SET PRINTER TO NAME (jcPrinterChosen)
>
>REPORT FORM report1 NOCONSOLE TO PRINTER

Use SYS(1037) to change the printer.

Craig
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform