A
Alan Zhong
my form has a main menu, a datagrid, a set of controls displaying one
record of data, and a set of control buttons corresponding the
menuitems in the main menu, and maybe some context menus too.
my question is, user A belongs to group A, user B belongs to group B.
how do i manage the versions of the form according to which users is
logoned?
for example, when user/group A logs on, button A will be invisible,
main menu has no print function; when user/group B logs on, different
scenario will come up. is there any recommanded ways to manage these?
i mean, not just using the IF..THEN..ELSE to determine all the case in
the form and have to change it and re-compile it every time. should i
kinda make a matrix storing these information?
record of data, and a set of control buttons corresponding the
menuitems in the main menu, and maybe some context menus too.
my question is, user A belongs to group A, user B belongs to group B.
how do i manage the versions of the form according to which users is
logoned?
for example, when user/group A logs on, button A will be invisible,
main menu has no print function; when user/group B logs on, different
scenario will come up. is there any recommanded ways to manage these?
i mean, not just using the IF..THEN..ELSE to determine all the case in
the form and have to change it and re-compile it every time. should i
kinda make a matrix storing these information?