Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Return not working on form
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Return not working on form
Miscellaneous
Thread ID:
00728821
Message ID:
00728821
Views:
48
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
Next
Reply
Map
View

Click here to load this message in the networking platform