Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Print Problems
Message
De
06/12/1999 10:06:06
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Divers
Thread ID:
00299053
Message ID:
00299166
Vues:
18
Craig,

I don't knoiw if this will help, but assuming that you're calling this from a program or method, I use a function to select the printer before I use the REPORT command.

FUNCTION SelPrinter

CurrPrinter= GetPrinter()
IF(!Empty(CurrPrinter))
SET PRINTER TO NAME (CurrPrinter)
ENDIF

RETURN (CurrPrinter)
ENDFUNC

Basically, I use it in an IF statement. IF it returns nothing, the Report does not run.

Jeff.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform