Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Remove of 'Print Preview' tool bar in reports?
Message
 
To
24/06/2005 01:32:11
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 6
OS:
Windows 2000
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01026167
Message ID:
01026306
Views:
15
This message has been marked as the solution to the initial question of the thread.
One of the solutions:
1. Create a program/subroutine like:
Procedure IHide
if wexist("PRINT PREVIEW")
move window "PRINT PREVIEW" to -500,-500
endif
2. In the report add field with iHide() as expression

>Hi All,
>
>How can I Remove 'Print Preview' tool bar in reports when I preview the reports, within a program automatically.
>
>Arun, India
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform