Dennis,

I think, what the PROPERTY... commands are in the world of Forms, these are the PROPERTY RBA_FORM|... commands in the R:Base Applications (RBA).

For me, an Application ist a big menu drived RBA, with few Forms as content, with much more possibilities in programming.

Hartmut Braun
www.drhbraun.de

Am 25.12.2011 00:22, schrieb Dennis McGrath:
In the latest version of RBWIN 32

I added 4 sub-items to the menu at the top level.
I gave them all component id's of testmenu

Either of these commands produced the result expected.

PROPERTY testmenu ENABLED 'FALSE'
PROPERTY testmenu VISIBLE 'FALSE'

I was not able to hide the bar itself, but I could make the items
disabled or even hide them altogether.

I could not get the RBA_FORM example below to do anything.

Dennis McGrath
[email protected] <mailto:[email protected]>
[email protected] <mailto:[email protected]>


On Fri, Dec 23, 2011 at 4:32 AM, Dr. Hartmut Braun <[email protected]
<mailto:[email protected]>> wrote:

    Excuse me, Dennis, I meant Robert...

    Hartmut

    -------- Original-Nachricht --------
    Betreff: Re: [RBASE-L] - RE: Supress Menu in Application?
    Datum: Fri, 23 Dec 2011 11:26:58 +0100
    Von: Dr. Hartmut Braun <[email protected] <mailto:[email protected]>>
    An: [email protected] <mailto:[email protected]>

    Denis,
    the command is

    PROPERTY RBA_FORM|aktID ENABLED 'FALSE'.

    You must have one (or more) menu item in the top menu (assigned to the
    pull down menus) with the only action 'RETURN' and than you have the
    possibility for a aktID in the top menu.

    Hartmut Braun

    Am 23.12.2011 09 <tel:23.12.2011%2009>:10, schrieb
    [email protected] <mailto:[email protected]>:

        Thanks Dennis,
        I do not see an option to add component ids to the top menu,
        only the
        pull down menus. I did that and tried one set but it did not
        work. My
        command is:

        *Property TopMenu Enabled 'FALSE'* (where TopMenu is the
        component ID
        assigned to the menus).

        Did I miss something?
        Much appreciated.
        Robert B



        -----Original Message-----
        From: Dennis McGrath <[email protected]
        <mailto:[email protected]>>
        To: RBASE-L Mailing List <[email protected]
        <mailto:[email protected]>>
        Sent: Thu, Dec 22, 2011 9:13 am
        Subject: [RBASE-L] - RE: Supress Menu in Application?

        Give all the elements of the menu the same componentid
        Make then visible or invisible with a property command.
        Dennis McGrath
        Software Developer
        QMI Security Solutions
        1661 Glenlake Ave
        ItascaIL 60143
        630-980-8461 <tel:630-980-8461>
        [email protected] <mailto:[email protected]>
        <mailto:[email protected] <mailto:[email protected]>>
        
------------------------------__------------------------------__------------
        *From:*[email protected] <mailto:[email protected]>
        <mailto:[email protected] <mailto:[email protected]>>
        [mailto:[email protected] <mailto:[email protected]>
        <mailto:[email protected] <mailto:[email protected]>?>] *On
        Behalf Of
        *[email protected] <mailto:[email protected]>
        <mailto:[email protected] <mailto:[email protected]>>
        *Sent:* Wednesday, December 21, 2011 6:42 PM
        *To:* RBASE-L Mailing List
        *Subject:* [RBASE-L] - Supress Menu in Application?
        Hello all,
        Is there a way to suppress the top menu in an Application, making it
        visible only for super users? Regular users will be allowed to
        use the
        side toolbar options only in such a case.
        Robert B






Reply via email to