Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Contol of Report Preview
Message
From
13/12/2002 18:00:16
 
 
To
13/12/2002 16:57:43
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00732853
Message ID:
00732877
Views:
23
>Is there any way to keep the user from minimizing a report preview window?

>Similar to how forms can be controlled with the code
[Thisformset.setall("minbutton .f.")] which prohibits reduction of all forms in a form-set. It appears that "setall" has no effect on report preview.

>I tried creating a "window" (without the min. attribute) to run the report in , but this does not provide the tool-bar and other features contained in the Visual FoxPro 6 Report Preview.

[SNIP]
oForm = CREATEOBJECT("Form")
WITH oForm
   .Caption = "Preview Title"
   .WindowState = 2    && Maximized
   .Show()

   REPORT FORM yourReport PREVIEW WINDOW (.Name)
   .Release()
ENDWITH
-----------------------------
Fred Taylor
ftaylorREMOVETHIS@mvps.org
Microsoft Visual FoxPro MVP

News: microsoft.public.fox.vfp.reports.printing
Subject: Re: Report preview window size control
Date: 05/19/2002
[SNIP]

Hope this Helps
Apoya a Visual FoxPro usandolo legalmente
--
¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º
Espartaco Palma Martínez
SysOp PortalFox
http://www.portalfox.com
esparta@portalfox.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform