Generate Menus

Chris Kelleher

Administrator
Staff member
I need to regenerate all the menus in an old(PT63) MXP system. Does
anyone have a tool they would share to do this, or know how to call the
system utility directly?

TIA

--
/* ----------------------------------------------------------------- */

Programmers, with their inbuilt sense of order and discipline,
should really be running the world.

William E. Colls Tel 613 591 0079
PROComputer Systems Fax 613 591 3924
67 Willow Glen Dr www.procomsys.com
Kanata Ontario Canada PEG Member 1998051404

Specialists in Progress Software development since 1985
 

Chris Kelleher

Administrator
Staff member
Hi,

The MXP/Varnet compiler allows you to (re-)generate menus. You also have the
ability to generate menus without compiling programs. Just make sure that
you include menu entry 0, which is the menu itself, for the menu you want to
regenerate.

Another (but slower) way to do it would be to go into the menu maintenance
(menu.maint) function, and change a function's description. This would
change each menu that the function is part of.

Hope this helps,

Joel

> -----Original Message-----
> From: William E. Colls [SMTP:william@procomsys.com]
> Sent: Thursday, September 23, 1999 10:29 AM
> To: mxp@peg.com
> Subject: Generate Menus
>
> I need to regenerate all the menus in an old(PT63) MXP system. Does
> anyone have a tool they would share to do this, or know how to call the
> system utility directly?
>
> TIA
>
> --
> /* ----------------------------------------------------------------- */
>
> Programmers, with their inbuilt sense of order and discipline,
> should really be running the world.
>
> William E. Colls Tel 613 591 0079
> PROComputer Systems Fax 613 591 3924
> 67 Willow Glen Dr www.procomsys.com
> Kanata Ontario Canada PEG Member 1998051404
>
> Specialists in Progress Software development since 1985
 

Chris Kelleher

Administrator
Staff member
Also, you can go to the 'menu.maint' function, create a 'blank' function
(there is an existing 'z_funct' for it) into any menu.
Once it is added go back and delete it. It will re-generate the all menu
system.

Serge Gariepy
Senior Engineer

Foresight Software


-----Original Message-----
From: Joel Rabinovitch [mailto:joelr@tecsys.com]
Sent: Thursday, September 23, 1999 11:01
To: mxp@peg.com
Subject: RE: Generate Menus


Hi,

The MXP/Varnet compiler allows you to (re-)generate menus. You also have the
ability to generate menus without compiling programs. Just make sure that
you include menu entry 0, which is the menu itself, for the menu you want to
regenerate.

Another (but slower) way to do it would be to go into the menu maintenance
(menu.maint) function, and change a function's description. This would
change each menu that the function is part of.

Hope this helps,

Joel

> -----Original Message-----
> From: William E. Colls [SMTP:william@procomsys.com]
> Sent: Thursday, September 23, 1999 10:29 AM
> To: mxp@peg.com
> Subject: Generate Menus
>
> I need to regenerate all the menus in an old(PT63) MXP system. Does
> anyone have a tool they would share to do this, or know how to call the
> system utility directly?
>
> TIA
>
> --
> /* ----------------------------------------------------------------- */
>
> Programmers, with their inbuilt sense of order and discipline,
> should really be running the world.
>
> William E. Colls Tel 613 591 0079
> PROComputer Systems Fax 613 591 3924
> 67 Willow Glen Dr www.procomsys.com
> Kanata Ontario Canada PEG Member 1998051404
>
> Specialists in Progress Software development since 1985
 
Top