Guest_imported
New member
- Jan 1, 1970
- 0
I created 7 forms and created a menu from where they can be called.
I also created a form as a launching pad for the application.
Now, I have created a password so that a user will need to login in before opening the launching pad and the login code works.
My two questions are:
1, how can I ensure that a user logs in with a username and password before opening certain forms?
I wrote a login trigger and tested it but when I try logging in, I get an error, 'you are already logged in'.
How can I fix this problem?
2, I will like to have the user's Id populated on any form he/she is opening up.
For instance, suppose the user has Id of 1 and name of 'Jane' but has a different login username and password, mu requirement is that as soon as he/she logs in, his/her id and name is displayed on the id/name text fields of the form he/she is working on.
Any help would be greatly appreciated.
sorry about the long ramblings.
I also created a form as a launching pad for the application.
Now, I have created a password so that a user will need to login in before opening the launching pad and the login code works.
My two questions are:
1, how can I ensure that a user logs in with a username and password before opening certain forms?
I wrote a login trigger and tested it but when I try logging in, I get an error, 'you are already logged in'.
How can I fix this problem?
2, I will like to have the user's Id populated on any form he/she is opening up.
For instance, suppose the user has Id of 1 and name of 'Jane' but has a different login username and password, mu requirement is that as soon as he/she logs in, his/her id and name is displayed on the id/name text fields of the form he/she is working on.
Any help would be greatly appreciated.
sorry about the long ramblings.