Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Maximizing report preview in runtime
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00817037
Message ID:
00817080
Vues:
19
>I have a form that is giving the user an option to preview a particular report. I can't get the preview to be maximazed when user clicks on PRINT PREVIEW command button. Each time user have to maximized it manually. This only becomes an issue after I build an executable. Is there a way to maximized report preview programmatically?
loForm = CREATEOBJECT("Form")

WITH loForm
   .Caption = "Tu Titulo del Preview"
   .WindowState = 2    && Maximized
   .Show()
   REPORT FORM tureporte PREVIEW WINDOW (.Name)
   .Release()
ENDWITH
Apoya a Visual FoxPro usandolo legalmente
--
¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º
Espartaco Palma Martínez
SysOp PortalFox
http://www.portalfox.com
esparta@portalfox.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform