Regarding Key-next and When-validate-item [message #155829] |
Wed, 18 January 2006 18:34  |
srinivasocp
Messages: 91 Registered: December 2005 Location: INDIA
|
Member |
|
|
HI Everyone,
Suppose if I have defined two triggers Key-next and When-validate-item on the same item.
If my key-next is going to fire first and When-validate-item later
how can the validation happen if I write a code like go_item('XXXX')
in my Key-next.Does it mean that if u write a code in key-next to jump to some other item, no validation takes pLace?
Please explain it to me as it is the most frequently asked Quest in Interview.
Regads
srini...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Re: Regarding Key-next and When-validate-item [message #570228 is a reply to message #570185] |
Wed, 07 November 2012 00:35   |
 |
rajput_106@hotmail.com
Messages: 3 Registered: November 2012
|
Junior Member |
|
|
but if you are using both the triggers(when validate trigger and key next item and wrote condition on when validate) then the same prob arose that is key-next-item fires before when validate trigger and and no sooner key-next-item will fire it will jump to the specified item and after jumping that item then valdate trigger fire at that time that cause no meaning (it is in query mode )
[Updated on: Wed, 07 November 2012 00:36] Report message to a moderator
|
|
|
|
|
|