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:
01094066
Views:
14
>>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
>
Does not help when trying to close the application using Exit button from the main toolbar. I guess, I can make that form Modal, but then you would not be able to close the form. I want to be able to close the application if the report preview window is opened.

Thanks.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform