Buttons Hidewhens Not working --Works in 4.61d client, but doesn't work in R6.5 Client..Please help

Hi All,

I have a strange problem. I have a database designed in Notes 4.61d client uses Windows NT. I have a form button that has Hide when Formulaes based on rolses. It works fine on R4.6 Client. The button is open for Web Users and only hidden based on the roles.

When I see the same document with the Form on R6.5 Client , I don’t see the button.

Please help. been struggling with this issue.

I tried hard to delete the button, re added it back.Removed the Database from workspace and readded it back. Still doen’t seem to work.

Cannot see the button in R6.5 Client using Windows XP.

I cannot change the design using Domino Designer 6.5, as this is developed in R4.6 and we have users who use both 4.6 client and R6.5 client.

Thanks In advance,

ac ac

Here is the Hide-when Code for the button

!@Contains(@UserRoles; “[Admin]”) | sigApprovedName = “” | sigTermDate != “”

Subject: Buttons Hidewhens Not working --Works in 4.61d client, but doesn’t work in R6.5 Client…Please help

Try changing the hide-when formula to:

@IsNotMember (“[Admin]”; @UserRoles) | sigApprovedName = “” | SigTermDate != “”

and see if this works better.

@Contains is for substrings, not lists. Don’t know if that is the problem, but it is worth trying.

Let us know,

Nicolas Abesdris

Quintessence e-solutions Inc.