Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Full screen
Message
From
06/02/2006 16:30:27
 
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:
01094126
Views:
20
Naomi

In the init of the dataevironment I put the following code to have the preview open full screen:
Zoom window 'report designer' max
Gaylen


>>>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform