Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Open Report Maximized ReVisited..
Message
From
05/07/2002 19:19:22
 
 
To
05/07/2002 10:36:25
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00675257
Message ID:
00675775
Views:
12
Hi!

You can also try this out.

ofrmPreview = Createobject("PreviewForm")

Report Form reports\Invoice Preview Window "PreviewForm" Noconsole
Release ofrmPreview

DEFINE CLASS previewform AS form

DoCreate = .T.
Caption = "Form"
Name = "previewform"

PROCEDURE Init
With ThisForm
.Height = _Screen.Height - (Sysmetric(4) + Sysmetric(9))
.Width = _Screen.Width - (Sysmetric(3))
.Caption = ""
.MaxButton = .f.
.Name = "PreviewForm"
Endwith
ENDPROC

ENDDEFINE


Sarosh


>I figured it was toggling but the RESOURCE off idea really did the trick.
>Thanks
Previous
Reply
Map
View

Click here to load this message in the networking platform