Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Hide progress window
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00144048
Message ID:
00144078
Views:
48
Brien,

There is an extensive article about VFP reports by Christof Lange in the October 98 issue of FoxPro Advisor, and one of the issues is "hiding" of moving the "Printing..." window out of sight. This is basically how you do it:

In the Title Band of your report (the report must have a title band, otherwise you could use the detail band) you place the expression HidePrtw(), where
******************
FUNCTION HidePrtw
******************
IF WEXIST("Printing...")
MOVE WINDOW ("Printing...") TO -100, -100
ENDIF
RETURN ("")

however, as mentioned in the article that will not prevent the Printing.. window to display for a fration of a second before is moved.

Sorin


>Hi all!
>
>I would like to be able to suppress the progress window that appears whenever a report is printed. Anyone know how?
>
>Additionally, does anyone know if a tool exists that will combine any number of foxpro print jobs into a single job?
>
>Please respond to brien@reno.quik.com if possible, otherwise I will check here every few days.
>
>Thanks in advance for any help offered!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform