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

