Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Preview to window - cannot resize?
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Preview to window - cannot resize?
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01109657
Message ID:
01109657
Vues:
61
How is it when I DEFINE WINDOW with GROW, FLOAT and then REPORT FORM PREVIEW to that window I cannot resize or move the window?

My goal is to have a floating print preview window outside the VFP forms
DEFINE WINDOW PrintPreview FROM 10,10 TO 50, 50 IN DESKTOP TITLE ;
	THISFORM.Caption + " Preview" CLOSE FLOAT GROW MDI ZOOM

If Used(this.parent.grd.RecordSource)
	this.parent.createheader()
	Select(this.parent.grd.RecordSource)
	ACTIVATE WINDOW PrintPreview
	Report Form (this.Parent.strreportname) PREVIEW IN WINDOW PrintPreview
ENDIF

RELEASE WINDOWS PrintPreview
TIA
Kogo Michael Hogan

"Pinky, are you pondering what I'm pondering?"
I think so Brain, but "Snowball for Windows"?

Ideate Web Site
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform