The current functionality is if logged in user is unaothorized to edit the contents of one field then user is not allowed to edit that perticular field and by using the statement uidoc.gotofield(Marketing) the cursor is transfered to marketing field.
The functionality to be implemented is field Marketing to which the control is passed, should also be allowed to be edited by authorized people. I have a code which will not allow to edit that field.
But the entering events from which the satement uidoc.gotofield(Marketing) is called overcomes the code present on Marketing field and allows the unauthorized persons to edit. How can I stop from not allowing unauthorized users to edit the contents of Marketing field when the statement uidoc.gotofield(Markeing) is called.
Marketing field is rich text.
One idea can be pass the control to other than marketing field but this is not allowed.
Subject: RE: Most direct method: access controlled sections
I tried Access Controlled section which is protected by Usernames… as I dont have roles in the Database…But that didn’t work as it gives error which says Can not locate field even though the field is present on the form.