Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Open to a full window
Message
 
À
17/10/2002 15:07:16
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00712529
Message ID:
00712842
Vues:
9
This works well for me:

oForm = CREATEOBJECT("Form")
WITH oForm
.Caption = "whatever"
.WindowState = 2 && Maximized
.Show()
ENDWITH
REPORT FORM yourreport PREVIEW WINDOW (oForm.Name)
oForm.Release()


>With vfp6 i use to use a keyboard ctrl+f10 to expand the window size of my reports.
>
>It no longer works in vfp7.
>
>How can I open my report window maximized when launching from a form that is not maximized?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform