During compliation I get this error:
adm_werklijst
Application Type: Grid Status: Error
2 = in_array() expects parameter 2 to be array, string given
C:\Program Files (x86)\NetMake\v71\wwwroot\scriptcase\devel\generator
m_gp_gera_ini.php 1321
2 = in_array() expects parameter 2 to be array, string given
C:\Program Files (x86)\NetMake\v71\wwwroot\scriptcase\devel\generator
m_gp_consulta_cons.php 579
Oddly enough I cant find an error. The point is that when scriptcase goes wrong on a piece of code being generated it does NOT say which event/line number and so on it goes wrong. I would love to see what is going wrong with more details. No vague messsage that your encrypted file doesnt know where it goes wrong. Hence I suggest in the next update to put a try catch construction in your code that can relay more info back on where in my code there is supposed to occur some parsing error…