Tom

I have the form defined, through the EE edition, with HideOnStartup 'TRUE'

Then modifying the visual status depending on the user at the On-after-start EEP


Anne


-------- Original Message --------
Subject: [RBASE-L] - Re: Form Group Bar Properties
From: TOM HART <[email protected]>
Date: Thu, February 05, 2009 12:44 pm
To: [email protected] (RBASE-L Mailing List)

I use this:
PROPERTY <Component ID> visible 'FALSE'
Are you putting it in the On-after-start EEP
Tom


From: "[email protected]" <[email protected]>
To: RBASE-L Mailing List <[email protected]>
Sent: Thursday, February 5, 2009 11:33:30 AM
Subject: [RBASE-L] - Form Group Bar Properties

Need a little help!

I am attempting to use the HideOnStartup for one of the group bar menu options, so the menu area is not accessible to all users. 

How would do I get the HideOnStartup to change to 'False' for certain users?

Having been trying to use the following with no success...  What am I missing?

PROPERTY <Component ID> HideOnStartup 'FALSE'

The Group Bar menu option (Component ID) value is Employees


Example

IF vnetuser = 'anne' THEN
    PROPERTY Employees HideOnStartup 'FALSE'
   ENDIF
RETURN



Thanks,
Anne

Reply via email to