Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to hide the preview toolbar ?
Message
 
À
03/03/2002 10:20:43
Max Chen
Yx Software
Shunde, Chine
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00626944
Message ID:
00632579
Vues:
14
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform