Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Full screen
Message
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:
01094066
Vues:
10
>>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform