I would like to know if it's possible to access the macro dialog box from
within a visual foxpro application.
In foxpro I can use SYS(1500,"_MST_MACRO","_MTOOLS") which is fine, but
Tools-Macros is not available typically in an app. I've tried to define the
menu using the corresponding bar#, that does nothing. I've tried calling
sys(1500) from the app, doesn't work. HELP!!!!

--
S. Morris
System Analyst

Re: Creating Macros in User Apps by Rick

Rick
Thu Jun 24 08:19:42 CDT 2004

In the Help Topic "Language Supported in Run Times" it clearly list all =
the Macro commands as not being available. (i. e. CLEAR MACROS, PLAY =
MACRO, RESTORE MACROS, SAVE MACROS)

Rick

"shonnon" <shonnon@softhome.net> wrote in message =
news:us6SVnUWEHA.1764@TK2MSFTNGP10.phx.gbl...
> I would like to know if it's possible to access the macro dialog box =
from
> within a visual foxpro application.
> In foxpro I can use SYS(1500,"_MST_MACRO","_MTOOLS") which is fine, =
but
> Tools-Macros is not available typically in an app. I've tried to =
define the
> menu using the corresponding bar#, that does nothing. I've tried =
calling
> sys(1500) from the app, doesn't work. HELP!!!!
>=20
> --
> S. Morris
> System Analyst
>=20
>=20
>