I have a combo box. If the current user does not have a security role to update the table linked to the combo box, is there a good way to set the combobox to displaymode.view ?
I was thinking I could run a Patch command on the table when the screen onVisible, and ifError then set a flag and set displaymode.View? Not sure if I can patch without really updating the table as this is only to test if it works.
Or I could check to see if the user is in one of the securityRoles that has access, but these can change (I may need to add new security roles later).
Any thoughts are appreciated
Thanks
Dave