Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Closing form
Message
De
09/04/2005 07:22:26
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Closing form
Versions des environnements
Visual FoxPro:
VFP 6
OS:
Windows '98
Network:
Windows ME
Database:
Visual FoxPro
Divers
Thread ID:
01003006
Message ID:
01003006
Vues:
65
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform