Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to maximize the report preview screen ?
Message
From
01/06/2009 07:52:52
Neil Mc Donald
Cencom Systems P/L
The Sun, Australia
 
 
To
31/05/2009 22:51:39
Yim Ming Sun Derek
Spacious Design Consultant
Hong Kong, Hong Kong
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01401208
Message ID:
01402937
Views:
96
Hi,
Check the other examples (scroll down the page) i.e.
oForm = CREATEOBJECT("Form")

WITH oForm
   .Caption = "Your Title"
   .WindowState = 2    && Maximized
   .Show()
   REPORT FORM yourreport PREVIEW WINDOW (.Name)
   .Release()
ENDWITH
>Hi,
>I add the code to the Init Event in Data Environment.
>
>
>
>ZOOM WINDOW "Report Designer" MAX
>
>
>
>
>When I compile and run the program, it have error.
>Please advise.
>
>Derek
Regards N Mc Donald
Previous
Reply
Map
View

Click here to load this message in the networking platform