Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Full screen
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Environment versions
Visual FoxPro:
VFP 8
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01066715
Message ID:
01067026
Views:
25
>>hi all,
>>
>>any idea,help
>>i need to show my report as full screen
>>
>>report form report1 preview
>>
>>
>>thanks
>
>oForm             = CREATEOBJECT("Form")
>oForm.Name        = "PrintPreview"
>oForm.WindowState = 2   && Maximised
>oForm.Visible     = .t.
>wnd_name          = oForm.Name
>REPORT FORM Report1 NOCONSOLE TO PRINTER PROMPT PREVIEW WINDOW (wnd_name)
>oForm = NULL
>RELEASE oForm, wnd_name
>
Borislav,

I've been able to maximize the "preview window" using code similar to the above. However, when run from an SDI form (the report display window is modal and has the desktop property set to true), the report itself isn't maximized.

Have you tried this under these conditions?
George

Ubi caritas et amor, deus ibi est
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform