browser property issue.

karikalanr

New Member
Hi,

I am working on maintenance code, on choose of button update assiging the browser READ-ONLY property, subsequently receiving the error " A browser's READ-ONLY attribute cannot be changed while that browser has focus(4517)" . As a maintenance code, I dont have much previlege to view the entire scope. I have tried to change the focus using 'ENTRY' event to some other UI interface while assiging this property, but no use. I need to get rid of this issue. I request your suggestions on this.


Thanks,
Ramakrishnan
 

jongpau

Member
I just tried this in a little test program, but doing an apply "entry" to another enabled widget and then setting read only of the browse works for me...
 

karikalanr

New Member
I have disabled the frame and assigned the read-only property, after that enabled the frame again. its works without any issue. Thanks.
 
Top