Disable select all check box on change user password
Hi,I need to disable the select all check box which is present on user form library -to change resource password. I am not able to find the code which displays this checkbox on the top of the resource list, so would appreciate for any kind of Help.Thanks
[275 byte] By [
rsdthfstha] at [2007-11-26 14:32:27]

# 1
Hi,
Under 'User Form Library' you will find Field 'ChangePasswordSynchronizer' in that you will find the checkbox. You can disable using Checkbox disable property.
Also see this http://forum.java.sun.com/thread.jspa?threadID=5114551&tstart=80
thanks.