Jump to content

Form goes blank and locks the system


Fábio Matte

Recommended Posts

Good night people,
What happens ?
My form goes blank a few times a day, happening 3 to 4 times in a row, and the only way to get back to normal is by refreshing the system page (F5 or restarting via the link).
What can cause the form to lock up and go blank like this?

image.png.198317261cab25ee4508c6b4b8739cca.png

 

Log Error:

BetterFuell.dll: 00000290: 20:49:44 [SendCommand Error, Node: 0]:Socket Error # 10061
Connection refused.
BetterFuell.dll: 00000290: 20:49:45 [SendCommand Error, Node: 0]:Socket Error # 10061
Connection refused.
BetterFuell.dll: 00000290: 20:49:58 [SendCommand Error, Node: 0]:Socket Error # 10061
Connection refused.
BetterFuell.dll: 00000290: 20:49:59 [SendCommand Error, Node: 0]:Socket Error # 10061
Connection refused.

 

Link to comment
Share on other sites

3 hours ago, Fábio Matte said:

What happens ?
My form goes blank a few times a day, happening 3 to 4 times in a row, and the only way to get back to normal is by refreshing the system page (F5 or restarting via the link).
What can cause the form to lock up and go blank like this?

And what kind of form? Do you use customJS code there? Are there any errors in the browser console?

Also, Is the connection limit set? Firewall; Antivirus...

Link to comment
Share on other sites

9 hours ago, Sherzod said:

And what kind of form? Do you use customJS code there? Are there any errors in the browser console?

Also, Is the connection limit set? Firewall; Antivirus...

1. I use a UniFrame;
2. I am not using CustomJS;
3. I opened the browser console, and it also has no error.
4. I have not set the connection limit, where can I do it and how?
5. Firewall and Antivirus is disabled in testing.

Link to comment
Share on other sites

2 hours ago, Hayri ASLAN said:

Do you have any custom code?

 

I don't have any custom JS code, it's just pure Pascal.

JS and HTML use only to call UniFrame within a Contanaier.

JS and HTML use only to call UniFrame within a Contanaier.
See the attached HTML file, the code I use to call the Event, and the only two PAS files that have the Error.

image.png.4360e3f71df49fb0bbca3aac932b520e.png

  if EventName = 'mnuCadEmpenho' then
      begin
          InsertFrame('frameCad_Empenhos' , 'EMPENHOS', 1, 1);
      end;


 

index_lancamentos.html

U_frameAnulacaoEmpe.pas

U_frameCad_Empenhos.pas

Edited by Fábio Matte
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...