Hi all ,After saving a DCR, how do u make a particular field readonly when the user tries to open the DCR again to edit? Jude
Thank you ur comments. I did it [html] var modified; modified=IWDCRInfo.getModificationDate(); if(modified!=null){ IWDatacapture.getItem("/Title").setReadOnly(true); }[/html]This is ok ???