Link to home
Start Free TrialLog in
Avatar of pratigan
pratiganFlag for United States of America

asked on

Navigator Button "@if" usage

I have setup an @if statement like this:

@If(@IsMember("[Teamleads]"; @UserRoles);
@Command([OpenFrameset]; "chgmgtFrameset");
@Failure("You are Not Authorized to Use this Function."))

I have also setup it up the opposite using @IsNotMember.
Is the use of @if valid in navigators, I do not get any response or frameset open when I test the nav button.  Any ideas???
=:)
ASKER CERTIFIED SOLUTION
Avatar of Arunkumar
Arunkumar

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of pratigan

ASKER

Hello Arun,
I knew this was an easy one.  I must be brain dead this afternoon.  It worked with prompt.
Thank You !!!
Paul
Thanks Again !!
Avatar of Arunkumar
Arunkumar

No Problem!