A
Al
I have a form with tabbed pages (3 tabs). Is there a way to allow users based
on their security level that is assigned to them to edit or not edit per
tabbed page. ex:
User1 has seclvl = 1
he can edit the entire forms so AllowEdits = True for user1
user2 has seclvl = 2
I want him to only be able to edit page1 and page3 but not page2
user3 has seclvl = 3
I want him to only be able to edit page2 but not 1 and 3.
is there a way to allow or disallow editing per page instead of enabling or
disabling each control on the page for each case like what I have now?
thanks
on their security level that is assigned to them to edit or not edit per
tabbed page. ex:
User1 has seclvl = 1
he can edit the entire forms so AllowEdits = True for user1
user2 has seclvl = 2
I want him to only be able to edit page1 and page3 but not page2
user3 has seclvl = 3
I want him to only be able to edit page2 but not 1 and 3.
is there a way to allow or disallow editing per page instead of enabling or
disabling each control on the page for each case like what I have now?
thanks