Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Print Problems
Message
From
06/12/1999 10:06:06
 
 
To
06/12/1999 03:23:20
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Miscellaneous
Thread ID:
00299053
Message ID:
00299166
Views:
19
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.
Previous
Reply
Map
View

Click here to load this message in the networking platform