Form crashes

Hi everyone,

could someone has some idea how to solve this problem:

I wrote grid application that calls edit form. Whole project is small with about 30 applications. It was written in sc8.1 and it works perfectly in SC8.1. After coversion into SC9.015 same grid application refuse to open form. Actually it opens modal frame where form should be. But then application hangs. Then I try to move some fields from visible to nonvisible at least to see something on the screen. Then I saw part of the form and the rest was code (see picture1 ). After pressing exit from the form, modal did not close, but there was SC9 evironment duplicated. At the same time I have this evironment in another tab of the browser. (see picture 2).

This is not the first form that act like this. I have a few more and this is big problem, because the project is not possible to use. In version 8.1 everything works OK.

Thanks,

Miran[ATTACH=CONFIG]n79509[/ATTACH][ATTACH=CONFIG]n79508[/ATTACH]

FormErr2.png

FormErr1.png

Did you do a manual installation? Did you do a manual update? If not, I’d try that.

Hi, I did manual update today. Still same result.
Miran

Maybe some additional info: I’ve installed another copy of SC9 on local machine today and everything works OK.
Running local on server (127.0.0.1) gives the same result (crashed form) as from remote station. Server is Windows server 2012, 64 bit.
Has anyone any idea what could cause that behavior?

Regards, Miran

Hi, I’ve solved problem. It was SQL database driver problem. I used DBMS driver MSSQL ADO and it causes form crash. I switched on PHP error logging and It seems to be DBMS driver error. I’ve installed PHP SQL driver 7.0 for IIS (Web Platform installer) and changed DBMS driver to Native SRV. Now everything works OK.

Maybe this could help someone :slight_smile:

Best regards to everyone,

Miran