Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Preview to window - cannot resize?
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Preview to window - cannot resize?
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01109657
Message ID:
01109657
Views:
62
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
Next
Reply
Map
View

Click here to load this message in the networking platform