Is there a way to pass parameters to a menu in VFP 7?



--
Kendall R. Dixon
Information Systems
Tusculum College
Phone: 423/636-7300 ext.5750

Re: popup menus by Mickael

Mickael
Tue Aug 05 08:28:56 CDT 2003

Hi,

Add a LPARAMETERS at the top of the MPR...

Mike

"Kendall Dixon" <kdixon@tusculum.edu> a écrit dans le message de
news:O%23TecM1WDHA.1580@tk2msftngp13.phx.gbl...
> Is there a way to pass parameters to a menu in VFP 7?
>
>
>
> --
> Kendall R. Dixon
> Information Systems
> Tusculum College
> Phone: 423/636-7300 ext.5750
>
>
>
>



Re: popup menus by Stefan

Stefan
Tue Aug 05 08:44:02 CDT 2003


"Kendall Dixon" <kdixon@tusculum.edu> schrieb im Newsbeitrag
news:O%23TecM1WDHA.1580@tk2msftngp13.phx.gbl...
> Is there a way to pass parameters to a menu in VFP 7?

Yes. If you're using the menu designer, try "View" |
"General Options..." from the vfp menu and check "Setup".
See also "SDI menus" and "SDI forms" in help.
If your creating your menu programmatically, you can
have parameters statements anyway, see also the .mpr
files generated from yourmenu.mnx


hth
-Stefan