Free Movement in Rosters - Non-working Postproc Code

Discussions about CSEntry
Post Reply
rkingcso
Posts: 6
Joined: February 1st, 2013, 10:40 am

Free Movement in Rosters - Non-working Postproc Code

Post by rkingcso »

We are developing an application for a tablet and our field interviewers want to be able to traverse the fields in a particular roster vertically. This was easily achieved by accessing the properties of the roster and choosing "Free Movement" with "Vertical" Data Entry Traversal. However, when this was done, the code in the 'Postproc' of the fields stopped working. So we tested the "Horizontal" Data Entry Traversal and got the same problem. Thus, once the "Free Movement" check box is selected it apparently causes the code in 'Postproc' to cease working.

We were able to use the 'Killfocus' statement to activate the validation code, but nothing we did could fix the 'Postproc'

The problem was encountered while performing tests on both CSPro: 6.0.1 and 5.0.3.

Do you have any suggestions (apart from the Killfocus)? Thanks
josh
Posts: 2399
Joined: May 5th, 2014, 12:49 pm
Location: Washington DC

Re: Free Movement in Rosters - Non-working Postproc Code

Post by josh »

This is a limitation of rosters with free movement. Postproc is not called for rosters with freemovement. You will need to use killfocus as you have done.
Post Reply