How handle save partial last position if we used 'move to' command

Discussions about CSEntry
Post Reply
shafim0123
Posts: 16
Joined: January 29th, 2025, 12:42 am

How handle save partial last position if we used 'move to' command

Post by shafim0123 »

Dear family,
I have to go the last position for a partial case, But because of Iam used 'move to' commands in my logic. in th move to commands the last position is stucks. how to resolve it, is the any alternative commands for 'move to' commands
Gregory Martin
Posts: 1947
Joined: December 5th, 2011, 11:27 pm
Location: Washington, DC

Re: How handle save partial last position if we used 'move to' command

Post by Gregory Martin »

What do you mean when you say the last position is stuck?

Generally if you are handling partial save resuming yourself, you use getsymbol(savepartial) to get the last entered field name:

https://www.csprousers.org/help/CSPro/g ... ction.html

And then you use "skip" to go to the field in operator-controlled mode, or "advance" to go to the field in system-controlled mode.
shafim0123
Posts: 16
Joined: January 29th, 2025, 12:42 am

Re: How handle save partial last position if we used 'move to' command

Post by shafim0123 »

Dear Family,
is there any alternative commands for 'move'. In my case I have used to select the current field by 'move' command. If iam using the 'skip' command to select the field it shows warning message. and if iam using 'move' command I cannot go to the last entered field directly. Please help
Gregory Martin
Posts: 1947
Joined: December 5th, 2011, 11:27 pm
Location: Washington, DC

Re: How handle save partial last position if we used 'move to' command

Post by Gregory Martin »

It would be helpful if you shared your application, either here or by emailing cspro@lists.census.gov. Forward movement occurs using one of the following commands: advance / move / skip. Without seeing your application, it is hard to know why your application is not operating as you expect.
shafim0123
Posts: 16
Joined: January 29th, 2025, 12:42 am

Re: How handle save partial last position if we used 'move to' command

Post by shafim0123 »

Sir, I have sent you the file through mail, Pls help
Post Reply