‎2008 Jan 18 1:27 PM
Can anyone tell me how to do mask processing on checkboxes??
Rakesh
‎2008 Jan 18 2:11 PM
Are you talking about hiding the check box on the selection screen based upon user groups?
‎2008 Jan 18 1:53 PM
Hi Rakesh,
what do you mean exactly by "mask processing"?
Kind regards,
Alvaro
‎2008 Jan 18 2:11 PM
Are you talking about hiding the check box on the selection screen based upon user groups?
‎2008 Jan 18 2:16 PM
‎2008 Jan 18 2:28 PM
There are a couple of ways to do. You can do this by using at selection-screen event. During that event, you'll want to loop at the screen and depending on your user group. you will need to find out what the name of the user group is. It will look something like this.
IF USRGP = X AND SCREEN-NAME = "YOUR CHECKBOX'.
SCREEN-INVISIBLE = '0'. OR SCREEN-ACTIVE = '0'.
MODIFY SCREEN.
ENDIF.
Hope this helps.
John