Absolutely!

Not even custom form actions will run in BEFORE START.

One must remember that nothing about a form exists before start.

In BEFORE START, you can set up variables, create temp tables and most any
rbase stuff you want, but nothing in the form itself is available, or can
be touched.

Dennis McGrath
[email protected]
[email protected]


On Mon, Dec 26, 2011 at 11:45 AM, jan johansen <[email protected]>wrote:

>  Dennis,
>
> Just a reminder.Any PROPERTY command must be issued in the AFTER START
> area.
> There's been a few times that I have put them in the wrong place and
> couldn't figure
> out why the PROPERTY command no longer worked.
>
> Jan
>
>
>
>
> -----Original Message-----
> From: Dennis McGrath <[email protected]>
> To: [email protected] (RBASE-L Mailing List)
> Date: Sat, 24 Dec 2011 17:22:39 -0600
> Subject: [RBASE-L] - Re: Fwd: Re: [RBASE-L] - RE: Supress Menu in
> Application?
>
> 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]
>  [email protected]
>
>
> On Fri, Dec 23, 2011 at 4:32 AM, Dr. Hartmut Braun <[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]>
>> An: [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:10, schrieb [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]>
>>> To: RBASE-L Mailing List <[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
>>> [email protected] <mailto: [email protected]>
>>> ------------------------------------------------------------------------
>>> *From:* [email protected] <mailto:[email protected]>
>>> [mailto: [email protected] <mailto:[email protected]?>] *On Behalf Of
>>> * [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