I want to bring up a form in a read only state using the BROWSE USING <formname> but be able to have two fields in the form editable.
I attempted this by using the Component ID method in the On after start EEP: PROPERTY Comp_Inum READONLY 'FALSE' PROPERTY Comp_Idate READONLY 'FALSE' This did not change the property of the fields. Is there some other command I need to go along with these commands? Should I put the commands in another section EEP? Jim

