Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to display a report maximized
Message
De
21/09/2006 07:49:09
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Allemagne
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
01155439
Message ID:
01155890
Vues:
27
Mike,

thanks for the response. To deal with a form like a WINDOW (... WINDOW (oRepForm.Name)) is still strange to me. I've done some stuff with DEFINE WINDOW and if could be that easy ... (I'm bound to classes. DEFINE WINDOW and the like is something I count cruel in VFP. )

Thanks
Agnes

>
oRepForm = CREATEOBJECT("Form")
>WITH oRepForm
> .Caption = "My report Title"
> .WindowState = 2   **This will maximize the form
> .Show()
>ENDWITH
>REPORT FORM myReport.frx PREVIEW WINDOW (oRepForm.Name)
>oRepForm.Release()
Words are given to man to enable him to conceal his true feelings.
Charles Maurice de Talleyrand-Périgord

Weeks of programming can save you hours of planning.

Off

There is no place like [::1]
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform