Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to display a report maximized
Message
From
21/09/2006 07:49:09
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Germany
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
01155439
Message ID:
01155890
Views:
26
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]
Previous
Reply
Map
View

Click here to load this message in the networking platform