Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Full screen
Message
De
06/02/2006 16:30:27
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Versions des environnements
Visual FoxPro:
VFP 8
Database:
Visual FoxPro
Divers
Thread ID:
01066715
Message ID:
01094126
Vues:
15
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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform