Hi guys,

Got another question, I have got the function which
restrict the user from viewing certain report or
function. Therefore there is a menu bar number that
control that, s sample of my code;

DEFINE PAD _13512dh6k OF _MSYSMENU
PROMPT "House\<keeping" COLOR SCHEME 3 ;
KEY ALT+K, ""
DEFINE PAD _13512dh6l OF _MSYSMENU PROMPT "\<Help" COLOR
SCHEME 3 ;
KEY ALT+H, ""
DEFINE PAD _13512dh6m OF _MSYSMENU PROMPT "\<Edit" COLOR
SCHEME 3 ;
KEY ALT+E, ""
ON PAD _13510zclf OF _MSYSMENU ACTIVATE POPUP files
ON PAD _13510zclg OF _MSYSMENU ACTIVATE POPUP maintenanc
ON PAD _13510zclh OF _MSYSMENU ACTIVATE POPUP jobcontrol

And as a result of these number (_13510zclf) changes, my
menu could not work. Does anyone know what are the method
to set it to work?

Sigh.... really at a loss now...


Edwin

Re: Menu Bar by mspratt

mspratt
Tue Nov 04 10:47:17 CST 2003

Hi Edwin,

I presume you are using the menu designer to generate this code. If so
the system will change the references every time you re-generate. To
override this behavior click on options and explicitly name the pad.

HTH

Regards,

Mike

On Tue, 4 Nov 2003 02:17:33 -0800, "Edwin" <edwin@netiquette.com.sg>
wrote:

>Hi guys,
>
>Got another question, I have got the function which
>restrict the user from viewing certain report or
>function. Therefore there is a menu bar number that
>control that, s sample of my code;
>
>DEFINE PAD _13512dh6k OF _MSYSMENU
>PROMPT "House\<keeping" COLOR SCHEME 3 ;
> KEY ALT+K, ""
>DEFINE PAD _13512dh6l OF _MSYSMENU PROMPT "\<Help" COLOR
>SCHEME 3 ;
> KEY ALT+H, ""
>DEFINE PAD _13512dh6m OF _MSYSMENU PROMPT "\<Edit" COLOR
>SCHEME 3 ;
> KEY ALT+E, ""
>ON PAD _13510zclf OF _MSYSMENU ACTIVATE POPUP files
>ON PAD _13510zclg OF _MSYSMENU ACTIVATE POPUP maintenanc
>ON PAD _13510zclh OF _MSYSMENU ACTIVATE POPUP jobcontrol
>
>And as a result of these number (_13510zclf) changes, my
>menu could not work. Does anyone know what are the method
>to set it to work?
>
>Sigh.... really at a loss now...
>
>
>Edwin


Re: Menu Bar by Edwin

Edwin
Wed Nov 05 01:37:31 CST 2003

Hi Mike,

Thanks a lot.

Best Regards
Edwin
>-----Original Message-----
>Hi Edwin,
>
>I presume you are using the menu designer to generate
this code. If so
>the system will change the references every time you re-
generate. To
>override this behavior click on options and explicitly
name the pad.
>
>HTH
>
>Regards,
>
>Mike
>
>On Tue, 4 Nov 2003 02:17:33 -0800, "Edwin"
<edwin@netiquette.com.sg>
>wrote:
>
>>Hi guys,
>>
>>Got another question, I have got the function which
>>restrict the user from viewing certain report or
>>function. Therefore there is a menu bar number that
>>control that, s sample of my code;
>>
>>DEFINE PAD _13512dh6k OF _MSYSMENU
>>PROMPT "House\<keeping" COLOR SCHEME 3 ;
>> KEY ALT+K, ""
>>DEFINE PAD _13512dh6l OF _MSYSMENU P