Home » Developer & Programmer » Forms » Customized LOGON Form
Customized LOGON Form [message #87020] Mon, 29 November 2004 22:10 Go to next message
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 messageGo to next message
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.
Re: Customized LOGON Form [message #225852 is a reply to message #87022] Wed, 21 March 2007 13:55 Go to previous messageGo to next message
vamsik
Messages: 15
Registered: February 2007
Junior Member
Please help me in detail.
Re: Customized LOGON Form [message #225913 is a reply to message #225852] Wed, 21 March 2007 22:51 Go to previous message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Search this forum for 'login' and 'logon'. One of them has a working form attched to it.

David
Previous Topic: Library procedure not recognised
Next Topic: substitute for form_success
Goto Forum:
  


Current Time: Thu Feb 13 00:17:36 CST 2025