Problem with save partial case

Discussions about CSEntry
Post Reply
kamade08
Posts: 3
Joined: September 8th, 2015, 8:21 am

Problem with save partial case

Post by kamade08 »

Hello!
I am using version 6.1 and I also use the function save partial case. Unfortunately I often get error messages by the program which cause it to close. If I reopen the file afterwards the program states:

Cases 2
Partial 1 50%
Add 0
Modify 0
Verify 0

but I cannot open or modify the partial case. I don't even see the id in the tree on the left side. If I go on view "View partials only" the case is not shown.
Please can anyone help me to finish these partial saved cases- Any help is highly appreciated!
Thank you very much!
josh
Posts: 2399
Joined: May 5th, 2014, 12:49 pm
Location: Washington DC

Re: Problem with save partial case

Post by josh »

Are you using savepartial() from logic or are you selecting partial save from the menu?

Would it be possible for you to post your data file and the file that ends in .sts? You can post here or send them to me via private message.
kamade08
Posts: 3
Joined: September 8th, 2015, 8:21 am

Re: Problem with save partial case

Post by kamade08 »

Dear Josh,
I am using the save partial case from the menu
kamade08
Posts: 3
Joined: September 8th, 2015, 8:21 am

Re: Problem with save partial case

Post by kamade08 »

it would be great if I could send you a PM unfortunately I couldn't see your contact details?!!?
Thank you very much in advance
yanina
Posts: 60
Joined: October 31st, 2016, 9:37 am

Re: Problem with save partial case

Post by yanina »

Dear Josh

This kind of error also happen to my program. Randomly the error appear often in every case during data entry. So, I have to remove the savepartil() logic on my program since the data entry process already in progress.
I am using v 6.32

As kamade, I think this is not the storage issue.

On my program I put the savepartial() logic in the last field in each form.

Please advice . Thank you Josh.

Yanin
yanina
Posts: 60
Joined: October 31st, 2016, 9:37 am

Re: Problem with save partial case

Post by yanina »

Sorry Josh

I mean to reply on thread http://www.csprousers.org/forum/viewtop ... avepartial
about Unknown error A 4017

Yanin
yanina
Posts: 60
Joined: October 31st, 2016, 9:37 am

Re: Problem with save partial case

Post by yanina »

Dear Josh, Gregory

Need your help please .

I am using CSPro 6.3.2

During data Entry this message appear : "Data Entry has Stopped working" .. This often appears on every case I entry.
Then I have to close the application and continue data entry.

in my application, I put logic postproc savepartial() in every form at the end of variable.

Code: Select all

savepartial() ;
Does it cause by the logic savepartial() that I set ?

Please advice ? Thanks you very much
Attachments
stopworking.JPG
stopworking.JPG (52.88 KiB) Viewed 7458 times
josh
Posts: 2399
Joined: May 5th, 2014, 12:49 pm
Location: Washington DC

Re: Problem with save partial case

Post by josh »

Can you post the application?
yanina
Posts: 60
Joined: October 31st, 2016, 9:37 am

Re: Problem with save partial case

Post by yanina »

Dear Josh

Thank you.
Attached please see MYPROJ.ZIP

The error randomly appears in any random variable, especially when data entry inside roster. .
Others problem also: during data entry unknown error A 4017" then index not created .. Please see screenshot.

- On my application I am using roster multiple occurrence variable to deal with multiple answers question, and put savepartial() logic in the last field in each form.
- if I remove the savepartial() logic, then I have no problemo at all. Program running smoothly.
- I have tested with version 7 beta version, but this error still appears.

Million thanks Josh for your help.

Yanin
Attachments
error.jpg
error.jpg (112.85 KiB) Viewed 7449 times
MYPROJ.zip
(76.5 KiB) Downloaded 290 times
yanina
Posts: 60
Joined: October 31st, 2016, 9:37 am

Re: Problem with save partial case

Post by yanina »

Dear Josh
Dear All


Just to let you and team know: Its worked. No error anymore, savepartial is working like a charm, after I clean install the CSPro Beta version 7.

I just not realized that Beta Version 7 that I installed is not set properly on my computer. As previous version 6.3 was still installed together with Beta 7.
So I uninstall 6.3 first, restart Window then install CSPro Beta version 7.

Run the CS Entry, do the test. and Bingo. No error appears. Seems that CSPro version 6.3 had some bug on savepartial() , isnt it ?

Thanks Josh and team. Very appreciate with this Beta 7.

Yanin
Post Reply