reg:- when validate record [message #192624] |
Wed, 13 September 2006 00:49 |
manyal
Messages: 84 Registered: March 2005
|
Member |
|
|
Dear Friends,
I have applied when_validate_record trigger in detail block and raised form_trigger_failure within that if certain conditions arises, it works fine but it allows to go to any other record by mouse clicking even though the validation fails.
i want if when_validate_record trigger raises form_trigger_failure,cursor shud not be allowed to move to any other record.
thanx in advance....
Manyal
[Updated on: Wed, 13 September 2006 02:34] by Moderator Report message to a moderator
|
|
|
|
|
|
|
|
|
|
|
Re: reg:- when validate record [message #193680 is a reply to message #192624] |
Mon, 18 September 2006 23:56 |
shahidmughal
Messages: 91 Registered: January 2006 Location: Faisalabad Pakistan
|
Member |
|
|
HI
MANYAL
i hope you are fine.
you have set the message on null value.
dear friend too much messages confuse our application users.
to avoid that you should set the
Required Property = 'Yes' in the property palette of that field.
i will also keep your cursor on that field.
another solution is that you should use
raise form_trigger_failure;
after the message;
i hope this will work.
regard.
Muhammad Shahid Mughal
Faisalabad Pakistan
[Updated on: Tue, 19 September 2006 00:07] Report message to a moderator
|
|
|