Page 1 of 1

Not CAPI to CAPI program

Posted: January 21st, 2022, 3:11 pm
by Mariovaisman
Hello,
I have programs that were defined dataentry, and I see that in CSPro verson 7.6 and previous that I can move the program to CAPI mode selecting Options - Data Entry, then select CAPI mode. In version 7.7 I don't see this option. I edited the .ent file with notepad and added the line
CAPI=Yes
Is there a way to do it during program editing?

Thanks

Mario

Re: Not CAPI to CAPI program

Posted: January 21st, 2022, 4:22 pm
by Gregory Martin
The setting name has changed to "Use question text": https://www.csprousers.org/help/CSPro/c ... tions.html

That's the only thing the "CAPI mode" setting controlled--this was not the case many years ago--so we clarified it in the latest release.

Re: Not CAPI to CAPI program

Posted: January 23rd, 2022, 9:21 am
by Mariovaisman
Thank you Gregory,
However, if I want to use different languages in the capi text, I need to have capi actived. I know that for new programs I can select capi programs and that is all, but in old programs where for some reason it was not defined as capi, the only way I found to move to capi was to add CAPI=yes in the .ent file.

Thanks

Mario