guvnornutter
Technical User
Hi
I've just started learning Oracle/SQL in Oracle 8.1.7 and using Forms/Reports 6i.
I've created a database containing 8 tables and built some what I'd guess to be standard type forms where you can add/delete/update records from each table and then I've linked all these forms to a 'Main' form.
What I'd like to do next and have no idea how to do is:
Somehow create a 'Login' form which validates (or not) a user via a username/pw combination located in one of the created tables and then only allows entry to certain of the forms based I guess either on
1/ the username/pw combo itself or
2/ the role granted to that particular user.
If the username/pw combo is not correct then I guess it should tell the user its not correct or similar other wise
allow entry to a certain form or forms.
My understanding of how this should work itself is not that grant and hence makes it somewhat difficult to go about implementing any solution. Im guessing this probably is a common setup in oracle applications but it seems quite hard to find code or example .fmb forms to learn how to do this.
Any advice, code tips etc welcome
Regards
J
I've just started learning Oracle/SQL in Oracle 8.1.7 and using Forms/Reports 6i.
I've created a database containing 8 tables and built some what I'd guess to be standard type forms where you can add/delete/update records from each table and then I've linked all these forms to a 'Main' form.
What I'd like to do next and have no idea how to do is:
Somehow create a 'Login' form which validates (or not) a user via a username/pw combination located in one of the created tables and then only allows entry to certain of the forms based I guess either on
1/ the username/pw combo itself or
2/ the role granted to that particular user.
If the username/pw combo is not correct then I guess it should tell the user its not correct or similar other wise
allow entry to a certain form or forms.
My understanding of how this should work itself is not that grant and hence makes it somewhat difficult to go about implementing any solution. Im guessing this probably is a common setup in oracle applications but it seems quite hard to find code or example .fmb forms to learn how to do this.
Any advice, code tips etc welcome
Regards
J