We are encountering a problem where @UserRoles is not returning any value. This problem occurred after one of our users went to 6.0.2CF1 client. Our server version is 5.0.11.
Has anyone run into this? Thanks
We are encountering a problem where @UserRoles is not returning any value. This problem occurred after one of our users went to 6.0.2CF1 client. Our server version is 5.0.11.
Has anyone run into this? Thanks
Subject: @UserRoles not returning any values from 6.02CF1 client against 5.0.11 server
Problem resolved. Problem seemed to occur when we tried to use @Command([OpenPage] within a frameset which was already open and in focus. By altering the position of the @Command([OpenPage] so it occurred after the @userroles command, problem was resolved.