update values password appears. [message #685913] |
Mon, 25 April 2022 06:08 |
shahzad-ul-hasan
Messages: 643 Registered: August 2002
|
Senior Member |
|
|
Form 6i, Oracle 10g Database
Hi Experts.
i want to make a form where a user every time update any value of the field a password canvas appears. .The 'ccc' canvas has one button and one text item. where user put the password in text item and press button. if the password is correct then update and when password is not correct then restore the previous value
please advised.
When validate item
IF :System.Form_Status = 'CHANGED' THEN
show_view('CCC');
end if;
[Updated on: Mon, 25 April 2022 06:14] Report message to a moderator
|
|
|
|
Re: update values password appears. [message #685937 is a reply to message #685936] |
Fri, 29 April 2022 05:44 |
shahzad-ul-hasan
Messages: 643 Registered: August 2002
|
Senior Member |
|
|
because a user always change some vales and i want to restrict him . when ever he change the record values it will ask password to change.
if password accepted the change the values to yes. other wise stay on current field.
them
|
|
|