Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Return not working on form
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Return not working on form
Divers
Thread ID:
00728821
Message ID:
00728821
Vues:
49
I have a form that has following code in init procedure:
WITH thisform
	.pop_table
	.sum_encum
 	 report form rp_statrep TO PRINTER prompt preview
ENDWITH 
return
The problem is that I need this form to quit and it still stays on the screen even after I put return at end.

The calling form looks like this
if .listindex = 1
	thisform.visible = .f.
	do form frm_statrep
	thisform.visible = .t.
I just want to run form to create custom report and then end.

Thanks
Nick Patel
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform