set password on a radio button in FORMS [message #86412] |
Tue, 28 September 2004 05:53 |
feiertag
Messages: 1 Registered: September 2004
|
Junior Member |
|
|
Oracle Forms 6i on Windows 2000 and Windows XP Pro. I need to set a password on a radio button so that when the radio button is selected the user must type a password before being sent to the coded location.
|
|
|
|
Re: set password on a radio button in FORMS [message #86445 is a reply to message #86412] |
Thu, 30 September 2004 04:30 |
Suvransu @path
Messages: 2 Registered: September 2004
|
Junior Member |
|
|
you can use the WHEN-RADIO-CHANGED trigger...
one thing that you can do is when this trigers fires (it fires when the radio button is changed by the user)
display a window (use call_form()) and accept a password. if the password is correct only then allow the user to make changes else not !!
hope it helps
Suvransu
|
|
|