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.
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.