Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Maximizing report preview in runtime
Message
From
05/08/2003 16:45:00
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00817037
Message ID:
00817080
Views:
18
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform