What is key.next.item trigger?

Showing Answers 1 - 4 of 4 Answers

gomathi.e

  • Mar 24th, 2006
 

it means , when the cursor cross the particular field, at the moment this trigger will raised.

  Was this answer useful?  Yes

srinivas

  • Mar 24th, 2006
 

the purpose of the key next item is..after validating a particular field (suppose tex field) (means enter some data into that field next what process should happen is written in that trigger..

for the code written in key next item trigger is like this

go_item("blockname.textfeildname");

then cursor will goes to next feild named mentioned in the above syntax;

Venkata Ramana

  • Sep 14th, 2006
 

Key-Next-item trigger will fire whenver the user try to move the control(i.e., cursor) from one item to another item in the form by pressing return key or tab key.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions