User selectable subdomain views

Hi,
I would like to have the ability to let a user select a subdomain of tables on login. On each user's login, they would receive a welcome screen asking them to select a particular subdomain they'd like to view. Based on their selection, some type of global variable would then be set, and all tables would be somewhat filtered, or even not displayed at all, based on this global variable.
Ideal would be that the user would be presented with some sort of drop down list and they would need to select one item, thus setting this global subdomain variable. Also, each user may have a different set of subdomains possible to choose from (set in a user domain priviledges table somewhere). It would be preferable that this occur before the table navigation pane is displayed.
Could you point me in the right direction for this? I tried searching the forum db but didn't see anything applicable in the application delegate class, permissions, or preferences function discussions.
Thanks for any help,
Rich
I would like to have the ability to let a user select a subdomain of tables on login. On each user's login, they would receive a welcome screen asking them to select a particular subdomain they'd like to view. Based on their selection, some type of global variable would then be set, and all tables would be somewhat filtered, or even not displayed at all, based on this global variable.
Ideal would be that the user would be presented with some sort of drop down list and they would need to select one item, thus setting this global subdomain variable. Also, each user may have a different set of subdomains possible to choose from (set in a user domain priviledges table somewhere). It would be preferable that this occur before the table navigation pane is displayed.
Could you point me in the right direction for this? I tried searching the forum db but didn't see anything applicable in the application delegate class, permissions, or preferences function discussions.
Thanks for any help,
Rich