Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do you use a VFP form when doing Print Preview?
Message
De
03/11/1998 12:07:45
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00153678
Message ID:
00153988
Vues:
22
>I'm trying to display a preview of a report for my user by issuing the command 'REPORT FORM xxx.frx PREVIEW WINDOW form'. What do I specify for the form? The name of the form? the caption? the object reference? must it be a variable?
>
>I'm trying to use a form because I want the window to be maximized when it is drawn. The user wants to view the whole report on the screen.
>
>TIA,

I like to preview my report on my current form as follows:

THISFORM.WindowState = 2 && Maximize form
REPORT FORM xxx.frx PREVIEW WINDOW (THISFORM.Name)
THISFORM.WindowState = 0 && Normalize form

Hope this works for you too.

AN
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform