Re: Menu Qualification Problem

2008-04-03 Thread Sokol, Brian
To: arslist@ARSLIST.ORG Subject: Re: Menu Qualification Problem Brian, The 'Group List' field is a *special* field. I suggest you do a report of that column into an ARX file to really see what data is in the field and how it is structured. ( BTW: I think your menu qualification should

Re: Menu Qualification Problem

2008-04-02 Thread Carey Matthew Black
Brian, The 'Group List' field is a *special* field. I suggest you do a report of that column into an ARX file to really see what data is in the field and how it is structured. ( BTW: I think your menu qualification should really be more like this... [ 'Group List' LIKE (( "%;" + "1024" ) + ";%"

Menu Qualification Problem

2008-04-02 Thread Sokol, Brian
I have a menu that I am using to pull all the members of a Group. The menu points to the User form and has a qualification of: 'Group List' LIKE (( "%" + "1024" ) + "%" ) This works for me as an admin but not for others. They get a no entries in menu message which I assume is due to lack of p