Page 1 of 1

Codification mode problem.

Posted: March 14th, 2024, 4:54 am
by TudorPopescu
Hello, I've encountered a problem, I've been trying to solve it for several days now and I can't figure it out.
In general, I have 2 variables role and mode. I want when these variables are equal to 2 and 8, respectively, so that the application enters codification mode. But when the application enters this mode, a hang problem occurs on the OCUPATION_REC table.
In this table, the supervisor must codify 2 variables, ECONSTAT and PROFES.
Stuck on row 2 and above. Do not understand why.

Re: Codification mode problem.

Posted: March 14th, 2024, 1:17 pm
by justinlakier
Hello,

This hang is not due to an error in the code. The hang is caused by lag, which is due to the size of the application. The value set for the field PROFES has thousands of entries. If you remove or reduce the size of this value set then the application will no longer lag on the question and be able to continue through the question without hanging.

Hope this helps,
Justin