Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
The Print Preview Toolbar
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00556483
Message ID:
00556567
Vues:
15
Take a look at faq#7876 Providing Toolbars in Your App.

>I have this form that will be the "standard" "call up report" form. It has three buttons: print, preview and cancel.
>In the init method, I have defined a window called my_preview.
>in the event the the user presses the preview button the report will open in the my_preview window.
>
>That part works It's just that I don't have the Print preview toolbar on the window.
>Question: How can I call or put the print preview toolbar on my preview window.
>
>here is my init code for the define:
>
>DEFINE WINDOW MY_PREVIEW FROM 0,0 TO SYSMETRIC(1),SYSMETRIC(2) ;
>     IN DESKTOP SYSTEM CLOSE GROW FLOAT ZOOM NOMINIMIZE	
>
>
>here's the code if someone clicks the preview button
>
>   MODIFY WINDOW MY_PREVIEW TITLE (lcReport) 	
>   KEYBOARD '{CTRL + F10}'
>   REPORT FORM (lcReport)  PREVIEW
>
>
>Thank in advance
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform