Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Open to a full window
Message
 
To
17/10/2002 15:07:16
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00712529
Message ID:
00712842
Views:
8
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?
Previous
Reply
Map
View

Click here to load this message in the networking platform