Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to hide the preview toolbar ?
Message
 
To
03/03/2002 10:20:43
Max Chen
Yx Software
Shunde, China
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00626944
Message ID:
00632579
Views:
9
Hi Max,

Add something like

TEXT TO cRunScript NOSHOW
IF WVISIBLE("Print Preview")
HIDE WINDOW "Print Preview"
ENDIF
ENDTEXT
ON KEY LABEL MOUSE EXECSCRIPT(cRunScript)
REPORT FORM <> PREVIEW
ON KEY LABEL MOUSE

to your program, although it still show the toolbar but once the user click on anything, the toolbar will disappear.


Tony
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform