Customized LOGON Form [message #87020] |
Mon, 29 November 2004 22:10 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Rupa Shaini
Messages: 1 Registered: November 2004
|
Junior Member |
|
|
Hi Friends!
Can any body send 'Customized LOGON Form' to my mail-id. I created one but I cann't connect to database as I have many user-ids. I have 20 users in my database, and each user have different privileges. So how to connect to another form/menu based on their privileges from LOGON form. I will be very thankful to you if you send early as it's very urgent.
Thanks,
Rupa
|
|
|
Re: Customized LOGON Form [message #87022 is a reply to message #87020] |
Tue, 30 November 2004 01:46 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
niranjan das
Messages: 14 Registered: October 2002
|
Junior Member |
|
|
Hi,
u can use the built-in procedure logon_screen to get the default logon screen. then use
get_application_property(username)
and
get_application_property(password)
and use both in the forms-procedure
connect(uname/pwd@hoststring)
to connect to ur particular user.
now u can call the form and if u want the access rights of ur user to be applicable on forms then u need to use
set_forms_property() to set the corresponding rights.
Hope this helps u.
|
|
|
|
|