Codification mode problem.

Discussions about CSEntry
Post Reply
TudorPopescu
Posts: 7
Joined: December 11th, 2023, 6:59 am

Codification mode problem.

Post 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.
Attachments
HBS_zip.zip
(162.93 KiB) Downloaded 11 times
justinlakier
Posts: 152
Joined: November 21st, 2022, 4:41 pm

Re: Codification mode problem.

Post 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
Post Reply