Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Closing form
Message
From
09/04/2005 07:22:26
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Closing form
Environment versions
Visual FoxPro:
VFP 6
OS:
Windows '98
Network:
Windows ME
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01003006
Message ID:
01003006
Views:
60
Dear Experts

To view some report I use following codes
oPrintPrev = CREATEOBJECT("Form")

WITH oPrintPrev
	.NAME = "PrintPrev"
	.CAPTION = THISFORM.Caption+" Print Preview"
	.TOP = THISFORM.CONTAINER1.TOP
	.LEFT = THISFORM.CONTAINER1.LEFT
	.WIDTH = THISFORM.CONTAINER1.WIDTH
	.MinButton = .F.
	.AlwaysOnTop = .T.
	.Windowstate = 2
ENDWITH

REPORT FORM PARCHI PREVIEW WINDOW PrintPrev nowait
What codes should I use on parent form's command button to close object oPrintPrev ,form?

Please help
Next
Reply
Map
View

Click here to load this message in the networking platform