Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Return not working on form
Message
From
02/12/2002 21:50:00
Gavin Reid
L & M Marketing Pty Ltd
Frenchs Forest, Australia
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00728821
Message ID:
00728869
Views:
20
Hi Nick,

Put a RETURN .F. in the Init.

Hope this helps,
Gavin...

>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
Previous
Reply
Map
View

Click here to load this message in the networking platform