Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Open Report Maximized ReVisited..
Message
De
05/07/2002 19:19:22
 
 
À
05/07/2002 10:36:25
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00675257
Message ID:
00675775
Vues:
11
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform