juantxu
18th November 2014, 18:05
Hi all.
In a maintain session(multirec) with for example four field per record (staying the pointer in the last field of the form) i want to advance automatically to the next page(or the next record) when i tab the field (the last field).

For example: 10 records/form and table has 1000 records..

The only field i want to modify is the last one of each record because i want to go go as faster as i could...pressing the scroll down . The programs goes fine per page , but in the last record of each page it does nothing.
when i tab the last field of the tenth record i want to go to the next record, the pointer must be in the last field of the eleventh record.


I tried to force it with events ,execute(many choices)..mark.occur and then execute() but is imposible.

Any idea? thnks a lot.

bhushanchanda
18th November 2014, 18:47
Hi,

You may check this Thread (http://www.baanboard.com/baanboard/showthread.php?t=66866) and modify if required.

If you do not have enable.save.on.occ.change() then on window size exceed a save occurs by default on the unsaved records.